[INFO] fetching crate esp32c2 0.26.0... [INFO] testing esp32c2-0.26.0 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_libc_patch_0 [INFO] extracting crate esp32c2 0.26.0 into /workspace/builds/worker-6-tc1/source [INFO] started tweaking crates.io crate esp32c2 0.26.0 [INFO] finished tweaking crates.io crate esp32c2 0.26.0 [INFO] tweaked toml for crates.io crate esp32c2 0.26.0 written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate esp32c2 0.26.0 on toolchain 8de4c7234dd9b97c9d76b58671343fdbbc9a433e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate esp32c2 0.26.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4a1506b6f7014419198e2162b1c3e83609b7744008d8d40e064ba5bcd147ac99 [INFO] running `Command { std: "docker" "start" "-a" "4a1506b6f7014419198e2162b1c3e83609b7744008d8d40e064ba5bcd147ac99", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4a1506b6f7014419198e2162b1c3e83609b7744008d8d40e064ba5bcd147ac99", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4a1506b6f7014419198e2162b1c3e83609b7744008d8d40e064ba5bcd147ac99", kill_on_drop: false }` [INFO] [stdout] 4a1506b6f7014419198e2162b1c3e83609b7744008d8d40e064ba5bcd147ac99 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 87fe17916d52af621b0f3df2e3c9d39f59113b99afd75bce77c5e80dd8967bc4 [INFO] running `Command { std: "docker" "start" "-a" "87fe17916d52af621b0f3df2e3c9d39f59113b99afd75bce77c5e80dd8967bc4", kill_on_drop: false }` [INFO] [stderr] Compiling esp32c2 v0.26.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling vcell v0.1.3 [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_ctrl/sysclk_conf.rs:57:24 [INFO] [stdout] | [INFO] [stdout] 57 | pub fn pre_div_cnt(&mut self) -> PRE_DIV_CNT_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 57 | pub fn pre_div_cnt(&mut self) -> PRE_DIV_CNT_W<'_, SYSCLK_CONF_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_ctrl/sysclk_conf.rs:62:24 [INFO] [stdout] | [INFO] [stdout] 62 | pub fn clk_320m_en(&mut self) -> CLK_320M_EN_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 62 | pub fn clk_320m_en(&mut self) -> CLK_320M_EN_W<'_, SYSCLK_CONF_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_ctrl/sysclk_conf.rs:67:19 [INFO] [stdout] | [INFO] [stdout] 67 | pub fn clk_en(&mut self) -> CLK_EN_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 67 | pub fn clk_en(&mut self) -> CLK_EN_W<'_, SYSCLK_CONF_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_ctrl/sysclk_conf.rs:72:25 [INFO] [stdout] | [INFO] [stdout] 72 | pub fn rst_tick_cnt(&mut self) -> RST_TICK_CNT_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 72 | pub fn rst_tick_cnt(&mut self) -> RST_TICK_CNT_W<'_, SYSCLK_CONF_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_ctrl/tick_conf.rs:47:26 [INFO] [stdout] | [INFO] [stdout] 47 | pub fn xtal_tick_num(&mut self) -> XTAL_TICK_NUM_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 47 | pub fn xtal_tick_num(&mut self) -> XTAL_TICK_NUM_W<'_, TICK_CONF_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_ctrl/tick_conf.rs:52:26 [INFO] [stdout] | [INFO] [stdout] 52 | pub fn ck8m_tick_num(&mut self) -> CK8M_TICK_NUM_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 52 | pub fn ck8m_tick_num(&mut self) -> CK8M_TICK_NUM_W<'_, TICK_CONF_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_ctrl/tick_conf.rs:57:24 [INFO] [stdout] | [INFO] [stdout] 57 | pub fn tick_enable(&mut self) -> TICK_ENABLE_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 57 | pub fn tick_enable(&mut self) -> TICK_ENABLE_W<'_, TICK_CONF_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_ctrl/clk_out_en.rs:127:22 [INFO] [stdout] | [INFO] [stdout] 127 | pub fn clk20_oen(&mut self) -> CLK20_OEN_W { [INFO] [stdout] | ^^^^^^^^^ ---------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 127 | pub fn clk20_oen(&mut self) -> CLK20_OEN_W<'_, CLK_OUT_EN_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_ctrl/clk_out_en.rs:132:22 [INFO] [stdout] | [INFO] [stdout] 132 | pub fn clk22_oen(&mut self) -> CLK22_OEN_W { [INFO] [stdout] | ^^^^^^^^^ ---------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 132 | pub fn clk22_oen(&mut self) -> CLK22_OEN_W<'_, CLK_OUT_EN_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_ctrl/clk_out_en.rs:137:22 [INFO] [stdout] | [INFO] [stdout] 137 | pub fn clk44_oen(&mut self) -> CLK44_OEN_W { [INFO] [stdout] | ^^^^^^^^^ ---------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 137 | pub fn clk44_oen(&mut self) -> CLK44_OEN_W<'_, CLK_OUT_EN_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_ctrl/clk_out_en.rs:142:23 [INFO] [stdout] | [INFO] [stdout] 142 | pub fn clk_bb_oen(&mut self) -> CLK_BB_OEN_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 142 | pub fn clk_bb_oen(&mut self) -> CLK_BB_OEN_W<'_, CLK_OUT_EN_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_ctrl/clk_out_en.rs:147:22 [INFO] [stdout] | [INFO] [stdout] 147 | pub fn clk80_oen(&mut self) -> CLK80_OEN_W { [INFO] [stdout] | ^^^^^^^^^ ---------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 147 | pub fn clk80_oen(&mut self) -> CLK80_OEN_W<'_, CLK_OUT_EN_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_ctrl/clk_out_en.rs:152:23 [INFO] [stdout] | [INFO] [stdout] 152 | pub fn clk160_oen(&mut self) -> CLK160_OEN_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 152 | pub fn clk160_oen(&mut self) -> CLK160_OEN_W<'_, CLK_OUT_EN_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_ctrl/clk_out_en.rs:157:25 [INFO] [stdout] | [INFO] [stdout] 157 | pub fn clk_320m_oen(&mut self) -> CLK_320M_OEN_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 157 | pub fn clk_320m_oen(&mut self) -> CLK_320M_OEN_W<'_, CLK_OUT_EN_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_ctrl/clk_out_en.rs:162:28 [INFO] [stdout] | [INFO] [stdout] 162 | pub fn clk_adc_inf_oen(&mut self) -> CLK_ADC_INF_OEN_W { [INFO] [stdout] | ^^^^^^^^^ ---------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 162 | pub fn clk_adc_inf_oen(&mut self) -> CLK_ADC_INF_OEN_W<'_, CLK_OUT_EN_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_ctrl/clk_out_en.rs:167:28 [INFO] [stdout] | [INFO] [stdout] 167 | pub fn clk_dac_cpu_oen(&mut self) -> CLK_DAC_CPU_OEN_W { [INFO] [stdout] | ^^^^^^^^^ ---------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 167 | pub fn clk_dac_cpu_oen(&mut self) -> CLK_DAC_CPU_OEN_W<'_, CLK_OUT_EN_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_ctrl/clk_out_en.rs:172:26 [INFO] [stdout] | [INFO] [stdout] 172 | pub fn clk40x_bb_oen(&mut self) -> CLK40X_BB_OEN_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 172 | pub fn clk40x_bb_oen(&mut self) -> CLK40X_BB_OEN_W<'_, CLK_OUT_EN_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_ctrl/clk_out_en.rs:177:25 [INFO] [stdout] | [INFO] [stdout] 177 | pub fn clk_xtal_oen(&mut self) -> CLK_XTAL_OEN_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 177 | pub fn clk_xtal_oen(&mut self) -> CLK_XTAL_OEN_W<'_, CLK_OUT_EN_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_ctrl/wifi_bb_cfg.rs:27:24 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn wifi_bb_cfg(&mut self) -> WIFI_BB_CFG_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn wifi_bb_cfg(&mut self) -> WIFI_BB_CFG_W<'_, WIFI_BB_CFG_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_ctrl/wifi_bb_cfg_2.rs:27:26 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn wifi_bb_cfg_2(&mut self) -> WIFI_BB_CFG_2_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn wifi_bb_cfg_2(&mut self) -> WIFI_BB_CFG_2_W<'_, WIFI_BB_CFG_2_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_ctrl/wifi_clk_en.rs:27:24 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn wifi_clk_en(&mut self) -> WIFI_CLK_EN_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn wifi_clk_en(&mut self) -> WIFI_CLK_EN_W<'_, WIFI_CLK_EN_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_ctrl/wifi_rst_en.rs:37:20 [INFO] [stdout] | [INFO] [stdout] 37 | pub fn mac_rst(&mut self) -> MAC_RST_W { [INFO] [stdout] | ^^^^^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 37 | pub fn mac_rst(&mut self) -> MAC_RST_W<'_, WIFI_RST_EN_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_ctrl/wifi_rst_en.rs:42:24 [INFO] [stdout] | [INFO] [stdout] 42 | pub fn ble_rpa_rst(&mut self) -> BLE_RPA_RST_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 42 | pub fn ble_rpa_rst(&mut self) -> BLE_RPA_RST_W<'_, WIFI_RST_EN_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_ctrl/host_inf_sel.rs:27:25 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn peri_io_swap(&mut self) -> PERI_IO_SWAP_W { [INFO] [stdout] | ^^^^^^^^^ --------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn peri_io_swap(&mut self) -> PERI_IO_SWAP_W<'_, HOST_INF_SEL_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_ctrl/ext_mem_pms_lock.rs:27:29 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn ext_mem_pms_lock(&mut self) -> EXT_MEM_PMS_LOCK_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn ext_mem_pms_lock(&mut self) -> EXT_MEM_PMS_LOCK_W<'_, EXT_MEM_PMS_LOCK_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_ctrl/flash_ace0_attr.rs:27:28 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn flash_ace0_attr(&mut self) -> FLASH_ACE0_ATTR_W { [INFO] [stdout] | ^^^^^^^^^ --------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn flash_ace0_attr(&mut self) -> FLASH_ACE0_ATTR_W<'_, FLASH_ACE0_ATTR_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_ctrl/flash_ace1_attr.rs:27:28 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn flash_ace1_attr(&mut self) -> FLASH_ACE1_ATTR_W { [INFO] [stdout] | ^^^^^^^^^ --------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn flash_ace1_attr(&mut self) -> FLASH_ACE1_ATTR_W<'_, FLASH_ACE1_ATTR_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_ctrl/flash_ace2_attr.rs:27:28 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn flash_ace2_attr(&mut self) -> FLASH_ACE2_ATTR_W { [INFO] [stdout] | ^^^^^^^^^ --------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn flash_ace2_attr(&mut self) -> FLASH_ACE2_ATTR_W<'_, FLASH_ACE2_ATTR_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_ctrl/flash_ace3_attr.rs:27:28 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn flash_ace3_attr(&mut self) -> FLASH_ACE3_ATTR_W { [INFO] [stdout] | ^^^^^^^^^ --------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn flash_ace3_attr(&mut self) -> FLASH_ACE3_ATTR_W<'_, FLASH_ACE3_ATTR_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_ctrl/flash_ace0_addr.rs:27:14 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn s(&mut self) -> S_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn s(&mut self) -> S_W<'_, FLASH_ACE0_ADDR_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_ctrl/flash_ace1_addr.rs:27:14 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn s(&mut self) -> S_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn s(&mut self) -> S_W<'_, FLASH_ACE1_ADDR_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_ctrl/flash_ace2_addr.rs:27:14 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn s(&mut self) -> S_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn s(&mut self) -> S_W<'_, FLASH_ACE2_ADDR_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_ctrl/flash_ace3_addr.rs:27:14 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn s(&mut self) -> S_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn s(&mut self) -> S_W<'_, FLASH_ACE3_ADDR_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_ctrl/flash_ace0_size.rs:27:28 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn flash_ace0_size(&mut self) -> FLASH_ACE0_SIZE_W { [INFO] [stdout] | ^^^^^^^^^ --------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn flash_ace0_size(&mut self) -> FLASH_ACE0_SIZE_W<'_, FLASH_ACE0_SIZE_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_ctrl/flash_ace1_size.rs:27:28 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn flash_ace1_size(&mut self) -> FLASH_ACE1_SIZE_W { [INFO] [stdout] | ^^^^^^^^^ --------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn flash_ace1_size(&mut self) -> FLASH_ACE1_SIZE_W<'_, FLASH_ACE1_SIZE_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_ctrl/flash_ace2_size.rs:27:28 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn flash_ace2_size(&mut self) -> FLASH_ACE2_SIZE_W { [INFO] [stdout] | ^^^^^^^^^ --------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn flash_ace2_size(&mut self) -> FLASH_ACE2_SIZE_W<'_, FLASH_ACE2_SIZE_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_ctrl/flash_ace3_size.rs:27:28 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn flash_ace3_size(&mut self) -> FLASH_ACE3_SIZE_W { [INFO] [stdout] | ^^^^^^^^^ --------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn flash_ace3_size(&mut self) -> FLASH_ACE3_SIZE_W<'_, FLASH_ACE3_SIZE_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_ctrl/spi_mem_pms_ctrl.rs:35:31 [INFO] [stdout] | [INFO] [stdout] 35 | pub fn spi_mem_reject_clr(&mut self) -> SPI_MEM_REJECT_CLR_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 35 | pub fn spi_mem_reject_clr(&mut self) -> SPI_MEM_REJECT_CLR_W<'_, SPI_MEM_PMS_CTRL_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_ctrl/sdio_ctrl.rs:27:31 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn sdio_win_access_en(&mut self) -> SDIO_WIN_ACCESS_EN_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn sdio_win_access_en(&mut self) -> SDIO_WIN_ACCESS_EN_W<'_, SDIO_CTRL_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_ctrl/redcy_sig0.rs:35:23 [INFO] [stdout] | [INFO] [stdout] 35 | pub fn redcy_sig0(&mut self) -> REDCY_SIG0_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 35 | pub fn redcy_sig0(&mut self) -> REDCY_SIG0_W<'_, REDCY_SIG0_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_ctrl/redcy_sig1.rs:35:23 [INFO] [stdout] | [INFO] [stdout] 35 | pub fn redcy_sig1(&mut self) -> REDCY_SIG1_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 35 | pub fn redcy_sig1(&mut self) -> REDCY_SIG1_W<'_, REDCY_SIG1_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_ctrl/front_end_mem_pd.rs:97:29 [INFO] [stdout] | [INFO] [stdout] 97 | pub fn agc_mem_force_pu(&mut self) -> AGC_MEM_FORCE_PU_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 97 | pub fn agc_mem_force_pu(&mut self) -> AGC_MEM_FORCE_PU_W<'_, FRONT_END_MEM_PD_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_ctrl/front_end_mem_pd.rs:102:29 [INFO] [stdout] | [INFO] [stdout] 102 | pub fn agc_mem_force_pd(&mut self) -> AGC_MEM_FORCE_PD_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 102 | pub fn agc_mem_force_pd(&mut self) -> AGC_MEM_FORCE_PD_W<'_, FRONT_END_MEM_PD_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_ctrl/front_end_mem_pd.rs:107:30 [INFO] [stdout] | [INFO] [stdout] 107 | pub fn pbus_mem_force_pu(&mut self) -> PBUS_MEM_FORCE_PU_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 107 | pub fn pbus_mem_force_pu(&mut self) -> PBUS_MEM_FORCE_PU_W<'_, FRONT_END_MEM_PD_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_ctrl/front_end_mem_pd.rs:112:30 [INFO] [stdout] | [INFO] [stdout] 112 | pub fn pbus_mem_force_pd(&mut self) -> PBUS_MEM_FORCE_PD_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 112 | pub fn pbus_mem_force_pd(&mut self) -> PBUS_MEM_FORCE_PD_W<'_, FRONT_END_MEM_PD_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_ctrl/front_end_mem_pd.rs:117:28 [INFO] [stdout] | [INFO] [stdout] 117 | pub fn dc_mem_force_pu(&mut self) -> DC_MEM_FORCE_PU_W { [INFO] [stdout] | ^^^^^^^^^ ---------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 117 | pub fn dc_mem_force_pu(&mut self) -> DC_MEM_FORCE_PU_W<'_, FRONT_END_MEM_PD_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_ctrl/front_end_mem_pd.rs:122:28 [INFO] [stdout] | [INFO] [stdout] 122 | pub fn dc_mem_force_pd(&mut self) -> DC_MEM_FORCE_PD_W { [INFO] [stdout] | ^^^^^^^^^ ---------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 122 | pub fn dc_mem_force_pd(&mut self) -> DC_MEM_FORCE_PD_W<'_, FRONT_END_MEM_PD_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_ctrl/front_end_mem_pd.rs:127:30 [INFO] [stdout] | [INFO] [stdout] 127 | pub fn freq_mem_force_pu(&mut self) -> FREQ_MEM_FORCE_PU_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 127 | pub fn freq_mem_force_pu(&mut self) -> FREQ_MEM_FORCE_PU_W<'_, FRONT_END_MEM_PD_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_ctrl/front_end_mem_pd.rs:132:30 [INFO] [stdout] | [INFO] [stdout] 132 | pub fn freq_mem_force_pd(&mut self) -> FREQ_MEM_FORCE_PD_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 132 | pub fn freq_mem_force_pd(&mut self) -> FREQ_MEM_FORCE_PD_W<'_, FRONT_END_MEM_PD_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_ctrl/retention_ctrl.rs:37:32 [INFO] [stdout] | [INFO] [stdout] 37 | pub fn retention_link_addr(&mut self) -> RETENTION_LINK_ADDR_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 37 | pub fn retention_link_addr(&mut self) -> RETENTION_LINK_ADDR_W<'_, RETENTION_CTRL_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_ctrl/retention_ctrl.rs:42:33 [INFO] [stdout] | [INFO] [stdout] 42 | pub fn nobypass_cpu_iso_rst(&mut self) -> NOBYPASS_CPU_ISO_RST_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 42 | pub fn nobypass_cpu_iso_rst(&mut self) -> NOBYPASS_CPU_ISO_RST_W<'_, RETENTION_CTRL_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_ctrl/clkgate_force_on.rs:37:33 [INFO] [stdout] | [INFO] [stdout] 37 | pub fn rom_clkgate_force_on(&mut self) -> ROM_CLKGATE_FORCE_ON_W { [INFO] [stdout] | ^^^^^^^^^ --------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 37 | pub fn rom_clkgate_force_on(&mut self) -> ROM_CLKGATE_FORCE_ON_W<'_, CLKGATE_FORCE_ON_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_ctrl/clkgate_force_on.rs:42:34 [INFO] [stdout] | [INFO] [stdout] 42 | pub fn sram_clkgate_force_on(&mut self) -> SRAM_CLKGATE_FORCE_ON_W { [INFO] [stdout] | ^^^^^^^^^ ---------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 42 | pub fn sram_clkgate_force_on(&mut self) -> SRAM_CLKGATE_FORCE_ON_W<'_, CLKGATE_FORCE_ON_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_ctrl/mem_power_down.rs:37:27 [INFO] [stdout] | [INFO] [stdout] 37 | pub fn rom_power_down(&mut self) -> ROM_POWER_DOWN_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 37 | pub fn rom_power_down(&mut self) -> ROM_POWER_DOWN_W<'_, MEM_POWER_DOWN_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_ctrl/mem_power_down.rs:42:28 [INFO] [stdout] | [INFO] [stdout] 42 | pub fn sram_power_down(&mut self) -> SRAM_POWER_DOWN_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 42 | pub fn sram_power_down(&mut self) -> SRAM_POWER_DOWN_W<'_, MEM_POWER_DOWN_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_ctrl/mem_power_up.rs:37:25 [INFO] [stdout] | [INFO] [stdout] 37 | pub fn rom_power_up(&mut self) -> ROM_POWER_UP_W { [INFO] [stdout] | ^^^^^^^^^ --------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 37 | pub fn rom_power_up(&mut self) -> ROM_POWER_UP_W<'_, MEM_POWER_UP_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_ctrl/mem_power_up.rs:42:26 [INFO] [stdout] | [INFO] [stdout] 42 | pub fn sram_power_up(&mut self) -> SRAM_POWER_UP_W { [INFO] [stdout] | ^^^^^^^^^ ---------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 42 | pub fn sram_power_up(&mut self) -> SRAM_POWER_UP_W<'_, MEM_POWER_UP_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_ctrl/peri_backup_config.rs:78:9 [INFO] [stdout] | [INFO] [stdout] 78 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 79 | ) -> PERI_BACKUP_BURST_LIMIT_W { [INFO] [stdout] | -------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 79 | ) -> PERI_BACKUP_BURST_LIMIT_W<'_, PERI_BACKUP_CONFIG_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_ctrl/peri_backup_config.rs:84:35 [INFO] [stdout] | [INFO] [stdout] 84 | pub fn peri_backup_tout_thres(&mut self) -> PERI_BACKUP_TOUT_THRES_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 84 | pub fn peri_backup_tout_thres(&mut self) -> PERI_BACKUP_TOUT_THRES_W<'_, PERI_BACKUP_CONFIG_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_ctrl/peri_backup_config.rs:89:29 [INFO] [stdout] | [INFO] [stdout] 89 | pub fn peri_backup_size(&mut self) -> PERI_BACKUP_SIZE_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 89 | pub fn peri_backup_size(&mut self) -> PERI_BACKUP_SIZE_W<'_, PERI_BACKUP_CONFIG_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_ctrl/peri_backup_config.rs:94:30 [INFO] [stdout] | [INFO] [stdout] 94 | pub fn peri_backup_start(&mut self) -> PERI_BACKUP_START_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 94 | pub fn peri_backup_start(&mut self) -> PERI_BACKUP_START_W<'_, PERI_BACKUP_CONFIG_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_ctrl/peri_backup_config.rs:99:31 [INFO] [stdout] | [INFO] [stdout] 99 | pub fn peri_backup_to_mem(&mut self) -> PERI_BACKUP_TO_MEM_W { [INFO] [stdout] | ^^^^^^^^^ --------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 99 | pub fn peri_backup_to_mem(&mut self) -> PERI_BACKUP_TO_MEM_W<'_, PERI_BACKUP_CONFIG_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_ctrl/peri_backup_config.rs:104:28 [INFO] [stdout] | [INFO] [stdout] 104 | pub fn peri_backup_ena(&mut self) -> PERI_BACKUP_ENA_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 104 | pub fn peri_backup_ena(&mut self) -> PERI_BACKUP_ENA_W<'_, PERI_BACKUP_CONFIG_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_ctrl/peri_backup_apb_addr.rs:27:34 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn backup_apb_start_addr(&mut self) -> BACKUP_APB_START_ADDR_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn backup_apb_start_addr(&mut self) -> BACKUP_APB_START_ADDR_W<'_, PERI_BACKUP_APB_ADDR_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_ctrl/peri_backup_mem_addr.rs:27:34 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn backup_mem_start_addr(&mut self) -> BACKUP_MEM_START_ADDR_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn backup_mem_start_addr(&mut self) -> BACKUP_MEM_START_ADDR_W<'_, PERI_BACKUP_MEM_ADDR_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_ctrl/peri_backup_int_ena.rs:37:17 [INFO] [stdout] | [INFO] [stdout] 37 | pub fn done(&mut self) -> DONE_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 37 | pub fn done(&mut self) -> DONE_W<'_, PERI_BACKUP_INT_ENA_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_ctrl/peri_backup_int_ena.rs:42:16 [INFO] [stdout] | [INFO] [stdout] 42 | pub fn err(&mut self) -> ERR_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 42 | pub fn err(&mut self) -> ERR_W<'_, PERI_BACKUP_INT_ENA_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_ctrl/peri_backup_int_clr.rs:16:17 [INFO] [stdout] | [INFO] [stdout] 16 | pub fn done(&mut self) -> DONE_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 16 | pub fn done(&mut self) -> DONE_W<'_, PERI_BACKUP_INT_CLR_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_ctrl/peri_backup_int_clr.rs:21:16 [INFO] [stdout] | [INFO] [stdout] 21 | pub fn err(&mut self) -> ERR_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 21 | pub fn err(&mut self) -> ERR_W<'_, PERI_BACKUP_INT_CLR_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_ctrl/date.rs:25:17 [INFO] [stdout] | [INFO] [stdout] 25 | pub fn date(&mut self) -> DATE_W { [INFO] [stdout] | ^^^^^^^^^ ----------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 25 | pub fn date(&mut self) -> DATE_W<'_, DATE_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_saradc/ctrl.rs:97:24 [INFO] [stdout] | [INFO] [stdout] 97 | pub fn start_force(&mut self) -> START_FORCE_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 97 | pub fn start_force(&mut self) -> START_FORCE_W<'_, CTRL_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_saradc/ctrl.rs:102:18 [INFO] [stdout] | [INFO] [stdout] 102 | pub fn start(&mut self) -> START_W { [INFO] [stdout] | ^^^^^^^^^ ------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 102 | pub fn start(&mut self) -> START_W<'_, CTRL_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_saradc/ctrl.rs:107:26 [INFO] [stdout] | [INFO] [stdout] 107 | pub fn sar_clk_gated(&mut self) -> SAR_CLK_GATED_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 107 | pub fn sar_clk_gated(&mut self) -> SAR_CLK_GATED_W<'_, CTRL_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_saradc/ctrl.rs:112:24 [INFO] [stdout] | [INFO] [stdout] 112 | pub fn sar_clk_div(&mut self) -> SAR_CLK_DIV_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 112 | pub fn sar_clk_div(&mut self) -> SAR_CLK_DIV_W<'_, CTRL_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_saradc/ctrl.rs:117:25 [INFO] [stdout] | [INFO] [stdout] 117 | pub fn sar_patt_len(&mut self) -> SAR_PATT_LEN_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 117 | pub fn sar_patt_len(&mut self) -> SAR_PATT_LEN_W<'_, CTRL_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_saradc/ctrl.rs:122:29 [INFO] [stdout] | [INFO] [stdout] 122 | pub fn sar_patt_p_clear(&mut self) -> SAR_PATT_P_CLEAR_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 122 | pub fn sar_patt_p_clear(&mut self) -> SAR_PATT_P_CLEAR_W<'_, CTRL_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_saradc/ctrl.rs:127:26 [INFO] [stdout] | [INFO] [stdout] 127 | pub fn xpd_sar_force(&mut self) -> XPD_SAR_FORCE_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 127 | pub fn xpd_sar_force(&mut self) -> XPD_SAR_FORCE_W<'_, CTRL_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_saradc/ctrl.rs:132:27 [INFO] [stdout] | [INFO] [stdout] 132 | pub fn wait_arb_cycle(&mut self) -> WAIT_ARB_CYCLE_W { [INFO] [stdout] | ^^^^^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 132 | pub fn wait_arb_cycle(&mut self) -> WAIT_ARB_CYCLE_W<'_, CTRL_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_saradc/ctrl2.rs:77:27 [INFO] [stdout] | [INFO] [stdout] 77 | pub fn meas_num_limit(&mut self) -> MEAS_NUM_LIMIT_W { [INFO] [stdout] | ^^^^^^^^^ ---------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 77 | pub fn meas_num_limit(&mut self) -> MEAS_NUM_LIMIT_W<'_, CTRL2_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_saradc/ctrl2.rs:82:25 [INFO] [stdout] | [INFO] [stdout] 82 | pub fn max_meas_num(&mut self) -> MAX_MEAS_NUM_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 82 | pub fn max_meas_num(&mut self) -> MAX_MEAS_NUM_W<'_, CTRL2_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_saradc/ctrl2.rs:87:21 [INFO] [stdout] | [INFO] [stdout] 87 | pub fn sar1_inv(&mut self) -> SAR1_INV_W { [INFO] [stdout] | ^^^^^^^^^ ---------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 87 | pub fn sar1_inv(&mut self) -> SAR1_INV_W<'_, CTRL2_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_saradc/ctrl2.rs:92:21 [INFO] [stdout] | [INFO] [stdout] 92 | pub fn sar2_inv(&mut self) -> SAR2_INV_W { [INFO] [stdout] | ^^^^^^^^^ ---------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 92 | pub fn sar2_inv(&mut self) -> SAR2_INV_W<'_, CTRL2_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_saradc/ctrl2.rs:97:25 [INFO] [stdout] | [INFO] [stdout] 97 | pub fn timer_target(&mut self) -> TIMER_TARGET_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 97 | pub fn timer_target(&mut self) -> TIMER_TARGET_W<'_, CTRL2_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_saradc/ctrl2.rs:102:21 [INFO] [stdout] | [INFO] [stdout] 102 | pub fn timer_en(&mut self) -> TIMER_EN_W { [INFO] [stdout] | ^^^^^^^^^ ---------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 102 | pub fn timer_en(&mut self) -> TIMER_EN_W<'_, CTRL2_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_saradc/filter_ctrl1.rs:37:27 [INFO] [stdout] | [INFO] [stdout] 37 | pub fn filter_factor1(&mut self) -> FILTER_FACTOR1_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 37 | pub fn filter_factor1(&mut self) -> FILTER_FACTOR1_W<'_, FILTER_CTRL1_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_saradc/filter_ctrl1.rs:42:27 [INFO] [stdout] | [INFO] [stdout] 42 | pub fn filter_factor0(&mut self) -> FILTER_FACTOR0_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 42 | pub fn filter_factor0(&mut self) -> FILTER_FACTOR0_W<'_, FILTER_CTRL1_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_saradc/fsm_wait.rs:47:21 [INFO] [stdout] | [INFO] [stdout] 47 | pub fn xpd_wait(&mut self) -> XPD_WAIT_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 47 | pub fn xpd_wait(&mut self) -> XPD_WAIT_W<'_, FSM_WAIT_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_saradc/fsm_wait.rs:52:22 [INFO] [stdout] | [INFO] [stdout] 52 | pub fn rstb_wait(&mut self) -> RSTB_WAIT_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 52 | pub fn rstb_wait(&mut self) -> RSTB_WAIT_W<'_, FSM_WAIT_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_saradc/fsm_wait.rs:57:25 [INFO] [stdout] | [INFO] [stdout] 57 | pub fn standby_wait(&mut self) -> STANDBY_WAIT_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 57 | pub fn standby_wait(&mut self) -> STANDBY_WAIT_W<'_, FSM_WAIT_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_saradc/sar_patt_tab1.rs:27:26 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn sar_patt_tab1(&mut self) -> SAR_PATT_TAB1_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn sar_patt_tab1(&mut self) -> SAR_PATT_TAB1_W<'_, SAR_PATT_TAB1_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_saradc/sar_patt_tab2.rs:27:26 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn sar_patt_tab2(&mut self) -> SAR_PATT_TAB2_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn sar_patt_tab2(&mut self) -> SAR_PATT_TAB2_W<'_, SAR_PATT_TAB2_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_saradc/onetime_sample.rs:67:26 [INFO] [stdout] | [INFO] [stdout] 67 | pub fn onetime_atten(&mut self) -> ONETIME_ATTEN_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 67 | pub fn onetime_atten(&mut self) -> ONETIME_ATTEN_W<'_, ONETIME_SAMPLE_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_saradc/onetime_sample.rs:72:28 [INFO] [stdout] | [INFO] [stdout] 72 | pub fn onetime_channel(&mut self) -> ONETIME_CHANNEL_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 72 | pub fn onetime_channel(&mut self) -> ONETIME_CHANNEL_W<'_, ONETIME_SAMPLE_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_saradc/onetime_sample.rs:77:26 [INFO] [stdout] | [INFO] [stdout] 77 | pub fn onetime_start(&mut self) -> ONETIME_START_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 77 | pub fn onetime_start(&mut self) -> ONETIME_START_W<'_, ONETIME_SAMPLE_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_saradc/onetime_sample.rs:82:35 [INFO] [stdout] | [INFO] [stdout] 82 | pub fn saradc2_onetime_sample(&mut self) -> SARADC2_ONETIME_SAMPLE_W { [INFO] [stdout] | ^^^^^^^^^ --------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 82 | pub fn saradc2_onetime_sample(&mut self) -> SARADC2_ONETIME_SAMPLE_W<'_, ONETIME_SAMPLE_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_saradc/onetime_sample.rs:87:35 [INFO] [stdout] | [INFO] [stdout] 87 | pub fn saradc1_onetime_sample(&mut self) -> SARADC1_ONETIME_SAMPLE_W { [INFO] [stdout] | ^^^^^^^^^ --------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 87 | pub fn saradc1_onetime_sample(&mut self) -> SARADC1_ONETIME_SAMPLE_W<'_, ONETIME_SAMPLE_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_saradc/arb_ctrl.rs:97:22 [INFO] [stdout] | [INFO] [stdout] 97 | pub fn apb_force(&mut self) -> APB_FORCE_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 97 | pub fn apb_force(&mut self) -> APB_FORCE_W<'_, ARB_CTRL_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_saradc/arb_ctrl.rs:102:22 [INFO] [stdout] | [INFO] [stdout] 102 | pub fn rtc_force(&mut self) -> RTC_FORCE_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 102 | pub fn rtc_force(&mut self) -> RTC_FORCE_W<'_, ARB_CTRL_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_saradc/arb_ctrl.rs:107:23 [INFO] [stdout] | [INFO] [stdout] 107 | pub fn wifi_force(&mut self) -> WIFI_FORCE_W { [INFO] [stdout] | ^^^^^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 107 | pub fn wifi_force(&mut self) -> WIFI_FORCE_W<'_, ARB_CTRL_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_saradc/arb_ctrl.rs:112:24 [INFO] [stdout] | [INFO] [stdout] 112 | pub fn grant_force(&mut self) -> GRANT_FORCE_W { [INFO] [stdout] | ^^^^^^^^^ ---------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 112 | pub fn grant_force(&mut self) -> GRANT_FORCE_W<'_, ARB_CTRL_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_saradc/arb_ctrl.rs:117:25 [INFO] [stdout] | [INFO] [stdout] 117 | pub fn apb_priority(&mut self) -> APB_PRIORITY_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 117 | pub fn apb_priority(&mut self) -> APB_PRIORITY_W<'_, ARB_CTRL_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_saradc/arb_ctrl.rs:122:25 [INFO] [stdout] | [INFO] [stdout] 122 | pub fn rtc_priority(&mut self) -> RTC_PRIORITY_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 122 | pub fn rtc_priority(&mut self) -> RTC_PRIORITY_W<'_, ARB_CTRL_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_saradc/arb_ctrl.rs:127:26 [INFO] [stdout] | [INFO] [stdout] 127 | pub fn wifi_priority(&mut self) -> WIFI_PRIORITY_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 127 | pub fn wifi_priority(&mut self) -> WIFI_PRIORITY_W<'_, ARB_CTRL_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_saradc/arb_ctrl.rs:132:25 [INFO] [stdout] | [INFO] [stdout] 132 | pub fn fix_priority(&mut self) -> FIX_PRIORITY_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 132 | pub fn fix_priority(&mut self) -> FIX_PRIORITY_W<'_, ARB_CTRL_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_saradc/filter_ctrl0.rs:47:28 [INFO] [stdout] | [INFO] [stdout] 47 | pub fn filter_channel1(&mut self) -> FILTER_CHANNEL1_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 47 | pub fn filter_channel1(&mut self) -> FILTER_CHANNEL1_W<'_, FILTER_CTRL0_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_saradc/filter_ctrl0.rs:52:28 [INFO] [stdout] | [INFO] [stdout] 52 | pub fn filter_channel0(&mut self) -> FILTER_CHANNEL0_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 52 | pub fn filter_channel0(&mut self) -> FILTER_CHANNEL0_W<'_, FILTER_CTRL0_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_saradc/filter_ctrl0.rs:57:25 [INFO] [stdout] | [INFO] [stdout] 57 | pub fn filter_reset(&mut self) -> FILTER_RESET_W { [INFO] [stdout] | ^^^^^^^^^ --------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 57 | pub fn filter_reset(&mut self) -> FILTER_RESET_W<'_, FILTER_CTRL0_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_saradc/thres0_ctrl.rs:47:27 [INFO] [stdout] | [INFO] [stdout] 47 | pub fn thres0_channel(&mut self) -> THRES0_CHANNEL_W { [INFO] [stdout] | ^^^^^^^^^ ---------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 47 | pub fn thres0_channel(&mut self) -> THRES0_CHANNEL_W<'_, THRES0_CTRL_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_saradc/thres0_ctrl.rs:52:24 [INFO] [stdout] | [INFO] [stdout] 52 | pub fn thres0_high(&mut self) -> THRES0_HIGH_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 52 | pub fn thres0_high(&mut self) -> THRES0_HIGH_W<'_, THRES0_CTRL_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_saradc/thres0_ctrl.rs:57:23 [INFO] [stdout] | [INFO] [stdout] 57 | pub fn thres0_low(&mut self) -> THRES0_LOW_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 57 | pub fn thres0_low(&mut self) -> THRES0_LOW_W<'_, THRES0_CTRL_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_saradc/thres1_ctrl.rs:47:27 [INFO] [stdout] | [INFO] [stdout] 47 | pub fn thres1_channel(&mut self) -> THRES1_CHANNEL_W { [INFO] [stdout] | ^^^^^^^^^ ---------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 47 | pub fn thres1_channel(&mut self) -> THRES1_CHANNEL_W<'_, THRES1_CTRL_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_saradc/thres1_ctrl.rs:52:24 [INFO] [stdout] | [INFO] [stdout] 52 | pub fn thres1_high(&mut self) -> THRES1_HIGH_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 52 | pub fn thres1_high(&mut self) -> THRES1_HIGH_W<'_, THRES1_CTRL_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_saradc/thres1_ctrl.rs:57:23 [INFO] [stdout] | [INFO] [stdout] 57 | pub fn thres1_low(&mut self) -> THRES1_LOW_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 57 | pub fn thres1_low(&mut self) -> THRES1_LOW_W<'_, THRES1_CTRL_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_saradc/thres_ctrl.rs:67:25 [INFO] [stdout] | [INFO] [stdout] 67 | pub fn thres_all_en(&mut self) -> THRES_ALL_EN_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 67 | pub fn thres_all_en(&mut self) -> THRES_ALL_EN_W<'_, THRES_CTRL_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_saradc/thres_ctrl.rs:72:22 [INFO] [stdout] | [INFO] [stdout] 72 | pub fn thres3_en(&mut self) -> THRES3_EN_W { [INFO] [stdout] | ^^^^^^^^^ ---------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 72 | pub fn thres3_en(&mut self) -> THRES3_EN_W<'_, THRES_CTRL_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_saradc/thres_ctrl.rs:77:22 [INFO] [stdout] | [INFO] [stdout] 77 | pub fn thres2_en(&mut self) -> THRES2_EN_W { [INFO] [stdout] | ^^^^^^^^^ ---------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 77 | pub fn thres2_en(&mut self) -> THRES2_EN_W<'_, THRES_CTRL_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_saradc/thres_ctrl.rs:82:22 [INFO] [stdout] | [INFO] [stdout] 82 | pub fn thres1_en(&mut self) -> THRES1_EN_W { [INFO] [stdout] | ^^^^^^^^^ ---------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 82 | pub fn thres1_en(&mut self) -> THRES1_EN_W<'_, THRES_CTRL_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_saradc/thres_ctrl.rs:87:22 [INFO] [stdout] | [INFO] [stdout] 87 | pub fn thres0_en(&mut self) -> THRES0_EN_W { [INFO] [stdout] | ^^^^^^^^^ ---------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 87 | pub fn thres0_en(&mut self) -> THRES0_EN_W<'_, THRES_CTRL_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_saradc/int_ena.rs:77:23 [INFO] [stdout] | [INFO] [stdout] 77 | pub fn thres1_low(&mut self) -> THRES1_LOW_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 77 | pub fn thres1_low(&mut self) -> THRES1_LOW_W<'_, INT_ENA_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_saradc/int_ena.rs:82:23 [INFO] [stdout] | [INFO] [stdout] 82 | pub fn thres0_low(&mut self) -> THRES0_LOW_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 82 | pub fn thres0_low(&mut self) -> THRES0_LOW_W<'_, INT_ENA_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_saradc/int_ena.rs:87:24 [INFO] [stdout] | [INFO] [stdout] 87 | pub fn thres1_high(&mut self) -> THRES1_HIGH_W { [INFO] [stdout] | ^^^^^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 87 | pub fn thres1_high(&mut self) -> THRES1_HIGH_W<'_, INT_ENA_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_saradc/int_ena.rs:92:24 [INFO] [stdout] | [INFO] [stdout] 92 | pub fn thres0_high(&mut self) -> THRES0_HIGH_W { [INFO] [stdout] | ^^^^^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 92 | pub fn thres0_high(&mut self) -> THRES0_HIGH_W<'_, INT_ENA_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_saradc/int_ena.rs:97:22 [INFO] [stdout] | [INFO] [stdout] 97 | pub fn adc2_done(&mut self) -> ADC2_DONE_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 97 | pub fn adc2_done(&mut self) -> ADC2_DONE_W<'_, INT_ENA_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_saradc/int_ena.rs:102:22 [INFO] [stdout] | [INFO] [stdout] 102 | pub fn adc1_done(&mut self) -> ADC1_DONE_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 102 | pub fn adc1_done(&mut self) -> ADC1_DONE_W<'_, INT_ENA_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_saradc/int_clr.rs:24:23 [INFO] [stdout] | [INFO] [stdout] 24 | pub fn thres1_low(&mut self) -> THRES1_LOW_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 24 | pub fn thres1_low(&mut self) -> THRES1_LOW_W<'_, INT_CLR_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_saradc/int_clr.rs:29:23 [INFO] [stdout] | [INFO] [stdout] 29 | pub fn thres0_low(&mut self) -> THRES0_LOW_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 29 | pub fn thres0_low(&mut self) -> THRES0_LOW_W<'_, INT_CLR_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_saradc/int_clr.rs:34:24 [INFO] [stdout] | [INFO] [stdout] 34 | pub fn thres1_high(&mut self) -> THRES1_HIGH_W { [INFO] [stdout] | ^^^^^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 34 | pub fn thres1_high(&mut self) -> THRES1_HIGH_W<'_, INT_CLR_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_saradc/int_clr.rs:39:24 [INFO] [stdout] | [INFO] [stdout] 39 | pub fn thres0_high(&mut self) -> THRES0_HIGH_W { [INFO] [stdout] | ^^^^^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 39 | pub fn thres0_high(&mut self) -> THRES0_HIGH_W<'_, INT_CLR_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_saradc/int_clr.rs:44:22 [INFO] [stdout] | [INFO] [stdout] 44 | pub fn adc2_done(&mut self) -> ADC2_DONE_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 44 | pub fn adc2_done(&mut self) -> ADC2_DONE_W<'_, INT_CLR_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_saradc/int_clr.rs:49:22 [INFO] [stdout] | [INFO] [stdout] 49 | pub fn adc1_done(&mut self) -> ADC1_DONE_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 49 | pub fn adc1_done(&mut self) -> ADC1_DONE_W<'_, INT_CLR_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_saradc/dma_conf.rs:47:24 [INFO] [stdout] | [INFO] [stdout] 47 | pub fn adc_eof_num(&mut self) -> ADC_EOF_NUM_W { [INFO] [stdout] | ^^^^^^^^^ ---------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 47 | pub fn adc_eof_num(&mut self) -> ADC_EOF_NUM_W<'_, DMA_CONF_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_saradc/dma_conf.rs:52:26 [INFO] [stdout] | [INFO] [stdout] 52 | pub fn adc_reset_fsm(&mut self) -> ADC_RESET_FSM_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 52 | pub fn adc_reset_fsm(&mut self) -> ADC_RESET_FSM_W<'_, DMA_CONF_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_saradc/dma_conf.rs:57:22 [INFO] [stdout] | [INFO] [stdout] 57 | pub fn adc_trans(&mut self) -> ADC_TRANS_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 57 | pub fn adc_trans(&mut self) -> ADC_TRANS_W<'_, DMA_CONF_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_saradc/clkm_conf.rs:67:25 [INFO] [stdout] | [INFO] [stdout] 67 | pub fn clkm_div_num(&mut self) -> CLKM_DIV_NUM_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 67 | pub fn clkm_div_num(&mut self) -> CLKM_DIV_NUM_W<'_, CLKM_CONF_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_saradc/clkm_conf.rs:72:23 [INFO] [stdout] | [INFO] [stdout] 72 | pub fn clkm_div_b(&mut self) -> CLKM_DIV_B_W { [INFO] [stdout] | ^^^^^^^^^ ---------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 72 | pub fn clkm_div_b(&mut self) -> CLKM_DIV_B_W<'_, CLKM_CONF_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_saradc/clkm_conf.rs:77:23 [INFO] [stdout] | [INFO] [stdout] 77 | pub fn clkm_div_a(&mut self) -> CLKM_DIV_A_W { [INFO] [stdout] | ^^^^^^^^^ ---------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 77 | pub fn clkm_div_a(&mut self) -> CLKM_DIV_A_W<'_, CLKM_CONF_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_saradc/clkm_conf.rs:82:19 [INFO] [stdout] | [INFO] [stdout] 82 | pub fn clk_en(&mut self) -> CLK_EN_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 82 | pub fn clk_en(&mut self) -> CLK_EN_W<'_, CLKM_CONF_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_saradc/clkm_conf.rs:87:20 [INFO] [stdout] | [INFO] [stdout] 87 | pub fn clk_sel(&mut self) -> CLK_SEL_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 87 | pub fn clk_sel(&mut self) -> CLK_SEL_W<'_, CLKM_CONF_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_saradc/tsens_ctrl.rs:55:19 [INFO] [stdout] | [INFO] [stdout] 55 | pub fn in_inv(&mut self) -> IN_INV_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 55 | pub fn in_inv(&mut self) -> IN_INV_W<'_, TSENS_CTRL_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_saradc/tsens_ctrl.rs:60:20 [INFO] [stdout] | [INFO] [stdout] 60 | pub fn clk_div(&mut self) -> CLK_DIV_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 60 | pub fn clk_div(&mut self) -> CLK_DIV_W<'_, TSENS_CTRL_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_saradc/tsens_ctrl.rs:65:15 [INFO] [stdout] | [INFO] [stdout] 65 | pub fn pu(&mut self) -> PU_W { [INFO] [stdout] | ^^^^^^^^^ --------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 65 | pub fn pu(&mut self) -> PU_W<'_, TSENS_CTRL_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_saradc/tsens_ctrl2.rs:57:21 [INFO] [stdout] | [INFO] [stdout] 57 | pub fn xpd_wait(&mut self) -> XPD_WAIT_W { [INFO] [stdout] | ^^^^^^^^^ ---------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 57 | pub fn xpd_wait(&mut self) -> XPD_WAIT_W<'_, TSENS_CTRL2_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_saradc/tsens_ctrl2.rs:62:22 [INFO] [stdout] | [INFO] [stdout] 62 | pub fn xpd_force(&mut self) -> XPD_FORCE_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 62 | pub fn xpd_force(&mut self) -> XPD_FORCE_W<'_, TSENS_CTRL2_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_saradc/tsens_ctrl2.rs:67:20 [INFO] [stdout] | [INFO] [stdout] 67 | pub fn clk_inv(&mut self) -> CLK_INV_W { [INFO] [stdout] | ^^^^^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 67 | pub fn clk_inv(&mut self) -> CLK_INV_W<'_, TSENS_CTRL2_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_saradc/tsens_ctrl2.rs:72:20 [INFO] [stdout] | [INFO] [stdout] 72 | pub fn clk_sel(&mut self) -> CLK_SEL_W { [INFO] [stdout] | ^^^^^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 72 | pub fn clk_sel(&mut self) -> CLK_SEL_W<'_, TSENS_CTRL2_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_saradc/cali.rs:25:16 [INFO] [stdout] | [INFO] [stdout] 25 | pub fn cfg(&mut self) -> CFG_W { [INFO] [stdout] | ^^^^^^^^^ ---------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 25 | pub fn cfg(&mut self) -> CFG_W<'_, CALI_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/apb_saradc/ctrl_date.rs:27:17 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn date(&mut self) -> DATE_W { [INFO] [stdout] | ^^^^^^^^^ ---------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn date(&mut self) -> DATE_W<'_, CTRL_DATE_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/assist_debug/core_0_montr_ena.rs:37:36 [INFO] [stdout] | [INFO] [stdout] 37 | pub fn core_0_sp_spill_min_ena(&mut self) -> CORE_0_SP_SPILL_MIN_ENA_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 37 | pub fn core_0_sp_spill_min_ena(&mut self) -> CORE_0_SP_SPILL_MIN_ENA_W<'_, CORE_0_MONTR_ENA_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/assist_debug/core_0_montr_ena.rs:42:36 [INFO] [stdout] | [INFO] [stdout] 42 | pub fn core_0_sp_spill_max_ena(&mut self) -> CORE_0_SP_SPILL_MAX_ENA_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 42 | pub fn core_0_sp_spill_max_ena(&mut self) -> CORE_0_SP_SPILL_MAX_ENA_W<'_, CORE_0_MONTR_ENA_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/assist_debug/core_0_intr_ena.rs:44:9 [INFO] [stdout] | [INFO] [stdout] 44 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 45 | ) -> CORE_0_SP_SPILL_MIN_INTR_ENA_W { [INFO] [stdout] | ---------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 45 | ) -> CORE_0_SP_SPILL_MIN_INTR_ENA_W<'_, CORE_0_INTR_ENA_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/assist_debug/core_0_intr_ena.rs:51:9 [INFO] [stdout] | [INFO] [stdout] 51 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 52 | ) -> CORE_0_SP_SPILL_MAX_INTR_ENA_W { [INFO] [stdout] | ---------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 52 | ) -> CORE_0_SP_SPILL_MAX_INTR_ENA_W<'_, CORE_0_INTR_ENA_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/assist_debug/core_0_intr_clr.rs:16:36 [INFO] [stdout] | [INFO] [stdout] 16 | pub fn core_0_sp_spill_min_clr(&mut self) -> CORE_0_SP_SPILL_MIN_CLR_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 16 | pub fn core_0_sp_spill_min_clr(&mut self) -> CORE_0_SP_SPILL_MIN_CLR_W<'_, CORE_0_INTR_CLR_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/assist_debug/core_0_intr_clr.rs:21:36 [INFO] [stdout] | [INFO] [stdout] 21 | pub fn core_0_sp_spill_max_clr(&mut self) -> CORE_0_SP_SPILL_MAX_CLR_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 21 | pub fn core_0_sp_spill_max_clr(&mut self) -> CORE_0_SP_SPILL_MAX_CLR_W<'_, CORE_0_INTR_CLR_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/assist_debug/core_0_sp_min.rs:27:26 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn core_0_sp_min(&mut self) -> CORE_0_SP_MIN_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn core_0_sp_min(&mut self) -> CORE_0_SP_MIN_W<'_, CORE_0_SP_MIN_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/assist_debug/core_0_sp_max.rs:27:26 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn core_0_sp_max(&mut self) -> CORE_0_SP_MAX_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn core_0_sp_max(&mut self) -> CORE_0_SP_MAX_W<'_, CORE_0_SP_MAX_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/assist_debug/core_0_rcd_en.rs:37:32 [INFO] [stdout] | [INFO] [stdout] 37 | pub fn core_0_rcd_recorden(&mut self) -> CORE_0_RCD_RECORDEN_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 37 | pub fn core_0_rcd_recorden(&mut self) -> CORE_0_RCD_RECORDEN_W<'_, CORE_0_RCD_EN_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/assist_debug/core_0_rcd_en.rs:42:32 [INFO] [stdout] | [INFO] [stdout] 42 | pub fn core_0_rcd_pdebugen(&mut self) -> CORE_0_RCD_PDEBUGEN_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 42 | pub fn core_0_rcd_pdebugen(&mut self) -> CORE_0_RCD_PDEBUGEN_W<'_, CORE_0_RCD_EN_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/assist_debug/clock_gate.rs:27:19 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn clk_en(&mut self) -> CLK_EN_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn clk_en(&mut self) -> CLK_EN_W<'_, CLOCK_GATE_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/assist_debug/date.rs:25:17 [INFO] [stdout] | [INFO] [stdout] 25 | pub fn date(&mut self) -> DATE_W { [INFO] [stdout] | ^^^^^^^^^ ----------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 25 | pub fn date(&mut self) -> DATE_W<'_, DATE_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/bb/bbpd_ctrl.rs:57:28 [INFO] [stdout] | [INFO] [stdout] 57 | pub fn dc_est_force_pd(&mut self) -> DC_EST_FORCE_PD_W { [INFO] [stdout] | ^^^^^^^^^ --------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 57 | pub fn dc_est_force_pd(&mut self) -> DC_EST_FORCE_PD_W<'_, BBPD_CTRL_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/bb/bbpd_ctrl.rs:62:28 [INFO] [stdout] | [INFO] [stdout] 62 | pub fn dc_est_force_pu(&mut self) -> DC_EST_FORCE_PU_W { [INFO] [stdout] | ^^^^^^^^^ --------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 62 | pub fn dc_est_force_pu(&mut self) -> DC_EST_FORCE_PU_W<'_, BBPD_CTRL_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/bb/bbpd_ctrl.rs:67:25 [INFO] [stdout] | [INFO] [stdout] 67 | pub fn fft_force_pd(&mut self) -> FFT_FORCE_PD_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 67 | pub fn fft_force_pd(&mut self) -> FFT_FORCE_PD_W<'_, BBPD_CTRL_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/bb/bbpd_ctrl.rs:72:25 [INFO] [stdout] | [INFO] [stdout] 72 | pub fn fft_force_pu(&mut self) -> FFT_FORCE_PU_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 72 | pub fn fft_force_pu(&mut self) -> FFT_FORCE_PU_W<'_, BBPD_CTRL_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dma/int_ch/raw.rs:147:20 [INFO] [stdout] | [INFO] [stdout] 147 | pub fn in_done(&mut self) -> IN_DONE_W { [INFO] [stdout] | ^^^^^^^^^ ------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 147 | pub fn in_done(&mut self) -> IN_DONE_W<'_, RAW_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dma/int_ch/raw.rs:152:23 [INFO] [stdout] | [INFO] [stdout] 152 | pub fn in_suc_eof(&mut self) -> IN_SUC_EOF_W { [INFO] [stdout] | ^^^^^^^^^ ---------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 152 | pub fn in_suc_eof(&mut self) -> IN_SUC_EOF_W<'_, RAW_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dma/int_ch/raw.rs:157:23 [INFO] [stdout] | [INFO] [stdout] 157 | pub fn in_err_eof(&mut self) -> IN_ERR_EOF_W { [INFO] [stdout] | ^^^^^^^^^ ---------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 157 | pub fn in_err_eof(&mut self) -> IN_ERR_EOF_W<'_, RAW_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dma/int_ch/raw.rs:162:21 [INFO] [stdout] | [INFO] [stdout] 162 | pub fn out_done(&mut self) -> OUT_DONE_W { [INFO] [stdout] | ^^^^^^^^^ -------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 162 | pub fn out_done(&mut self) -> OUT_DONE_W<'_, RAW_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dma/int_ch/raw.rs:167:20 [INFO] [stdout] | [INFO] [stdout] 167 | pub fn out_eof(&mut self) -> OUT_EOF_W { [INFO] [stdout] | ^^^^^^^^^ ------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 167 | pub fn out_eof(&mut self) -> OUT_EOF_W<'_, RAW_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dma/int_ch/raw.rs:172:24 [INFO] [stdout] | [INFO] [stdout] 172 | pub fn in_dscr_err(&mut self) -> IN_DSCR_ERR_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 172 | pub fn in_dscr_err(&mut self) -> IN_DSCR_ERR_W<'_, RAW_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dma/int_ch/raw.rs:177:25 [INFO] [stdout] | [INFO] [stdout] 177 | pub fn out_dscr_err(&mut self) -> OUT_DSCR_ERR_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 177 | pub fn out_dscr_err(&mut self) -> OUT_DSCR_ERR_W<'_, RAW_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dma/int_ch/raw.rs:182:26 [INFO] [stdout] | [INFO] [stdout] 182 | pub fn in_dscr_empty(&mut self) -> IN_DSCR_EMPTY_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 182 | pub fn in_dscr_empty(&mut self) -> IN_DSCR_EMPTY_W<'_, RAW_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dma/int_ch/raw.rs:187:26 [INFO] [stdout] | [INFO] [stdout] 187 | pub fn out_total_eof(&mut self) -> OUT_TOTAL_EOF_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 187 | pub fn out_total_eof(&mut self) -> OUT_TOTAL_EOF_W<'_, RAW_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dma/int_ch/raw.rs:192:23 [INFO] [stdout] | [INFO] [stdout] 192 | pub fn infifo_ovf(&mut self) -> INFIFO_OVF_W { [INFO] [stdout] | ^^^^^^^^^ ---------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 192 | pub fn infifo_ovf(&mut self) -> INFIFO_OVF_W<'_, RAW_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dma/int_ch/raw.rs:197:23 [INFO] [stdout] | [INFO] [stdout] 197 | pub fn infifo_udf(&mut self) -> INFIFO_UDF_W { [INFO] [stdout] | ^^^^^^^^^ ---------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 197 | pub fn infifo_udf(&mut self) -> INFIFO_UDF_W<'_, RAW_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dma/int_ch/raw.rs:202:24 [INFO] [stdout] | [INFO] [stdout] 202 | pub fn outfifo_ovf(&mut self) -> OUTFIFO_OVF_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 202 | pub fn outfifo_ovf(&mut self) -> OUTFIFO_OVF_W<'_, RAW_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dma/int_ch/raw.rs:207:24 [INFO] [stdout] | [INFO] [stdout] 207 | pub fn outfifo_udf(&mut self) -> OUTFIFO_UDF_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 207 | pub fn outfifo_udf(&mut self) -> OUTFIFO_UDF_W<'_, RAW_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dma/int_ch/ena.rs:147:20 [INFO] [stdout] | [INFO] [stdout] 147 | pub fn in_done(&mut self) -> IN_DONE_W { [INFO] [stdout] | ^^^^^^^^^ ------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 147 | pub fn in_done(&mut self) -> IN_DONE_W<'_, ENA_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dma/int_ch/ena.rs:152:23 [INFO] [stdout] | [INFO] [stdout] 152 | pub fn in_suc_eof(&mut self) -> IN_SUC_EOF_W { [INFO] [stdout] | ^^^^^^^^^ ---------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 152 | pub fn in_suc_eof(&mut self) -> IN_SUC_EOF_W<'_, ENA_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dma/int_ch/ena.rs:157:23 [INFO] [stdout] | [INFO] [stdout] 157 | pub fn in_err_eof(&mut self) -> IN_ERR_EOF_W { [INFO] [stdout] | ^^^^^^^^^ ---------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 157 | pub fn in_err_eof(&mut self) -> IN_ERR_EOF_W<'_, ENA_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dma/int_ch/ena.rs:162:21 [INFO] [stdout] | [INFO] [stdout] 162 | pub fn out_done(&mut self) -> OUT_DONE_W { [INFO] [stdout] | ^^^^^^^^^ -------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 162 | pub fn out_done(&mut self) -> OUT_DONE_W<'_, ENA_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dma/int_ch/ena.rs:167:20 [INFO] [stdout] | [INFO] [stdout] 167 | pub fn out_eof(&mut self) -> OUT_EOF_W { [INFO] [stdout] | ^^^^^^^^^ ------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 167 | pub fn out_eof(&mut self) -> OUT_EOF_W<'_, ENA_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dma/int_ch/ena.rs:172:24 [INFO] [stdout] | [INFO] [stdout] 172 | pub fn in_dscr_err(&mut self) -> IN_DSCR_ERR_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 172 | pub fn in_dscr_err(&mut self) -> IN_DSCR_ERR_W<'_, ENA_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dma/int_ch/ena.rs:177:25 [INFO] [stdout] | [INFO] [stdout] 177 | pub fn out_dscr_err(&mut self) -> OUT_DSCR_ERR_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 177 | pub fn out_dscr_err(&mut self) -> OUT_DSCR_ERR_W<'_, ENA_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dma/int_ch/ena.rs:182:26 [INFO] [stdout] | [INFO] [stdout] 182 | pub fn in_dscr_empty(&mut self) -> IN_DSCR_EMPTY_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 182 | pub fn in_dscr_empty(&mut self) -> IN_DSCR_EMPTY_W<'_, ENA_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dma/int_ch/ena.rs:187:26 [INFO] [stdout] | [INFO] [stdout] 187 | pub fn out_total_eof(&mut self) -> OUT_TOTAL_EOF_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 187 | pub fn out_total_eof(&mut self) -> OUT_TOTAL_EOF_W<'_, ENA_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dma/int_ch/ena.rs:192:23 [INFO] [stdout] | [INFO] [stdout] 192 | pub fn infifo_ovf(&mut self) -> INFIFO_OVF_W { [INFO] [stdout] | ^^^^^^^^^ ---------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 192 | pub fn infifo_ovf(&mut self) -> INFIFO_OVF_W<'_, ENA_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dma/int_ch/ena.rs:197:23 [INFO] [stdout] | [INFO] [stdout] 197 | pub fn infifo_udf(&mut self) -> INFIFO_UDF_W { [INFO] [stdout] | ^^^^^^^^^ ---------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 197 | pub fn infifo_udf(&mut self) -> INFIFO_UDF_W<'_, ENA_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dma/int_ch/ena.rs:202:24 [INFO] [stdout] | [INFO] [stdout] 202 | pub fn outfifo_ovf(&mut self) -> OUTFIFO_OVF_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 202 | pub fn outfifo_ovf(&mut self) -> OUTFIFO_OVF_W<'_, ENA_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dma/int_ch/ena.rs:207:24 [INFO] [stdout] | [INFO] [stdout] 207 | pub fn outfifo_udf(&mut self) -> OUTFIFO_UDF_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 207 | pub fn outfifo_udf(&mut self) -> OUTFIFO_UDF_W<'_, ENA_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dma/int_ch/clr.rs:38:20 [INFO] [stdout] | [INFO] [stdout] 38 | pub fn in_done(&mut self) -> IN_DONE_W { [INFO] [stdout] | ^^^^^^^^^ ------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 38 | pub fn in_done(&mut self) -> IN_DONE_W<'_, CLR_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dma/int_ch/clr.rs:43:23 [INFO] [stdout] | [INFO] [stdout] 43 | pub fn in_suc_eof(&mut self) -> IN_SUC_EOF_W { [INFO] [stdout] | ^^^^^^^^^ ---------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 43 | pub fn in_suc_eof(&mut self) -> IN_SUC_EOF_W<'_, CLR_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dma/int_ch/clr.rs:48:23 [INFO] [stdout] | [INFO] [stdout] 48 | pub fn in_err_eof(&mut self) -> IN_ERR_EOF_W { [INFO] [stdout] | ^^^^^^^^^ ---------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 48 | pub fn in_err_eof(&mut self) -> IN_ERR_EOF_W<'_, CLR_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dma/int_ch/clr.rs:53:21 [INFO] [stdout] | [INFO] [stdout] 53 | pub fn out_done(&mut self) -> OUT_DONE_W { [INFO] [stdout] | ^^^^^^^^^ -------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 53 | pub fn out_done(&mut self) -> OUT_DONE_W<'_, CLR_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dma/int_ch/clr.rs:58:20 [INFO] [stdout] | [INFO] [stdout] 58 | pub fn out_eof(&mut self) -> OUT_EOF_W { [INFO] [stdout] | ^^^^^^^^^ ------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 58 | pub fn out_eof(&mut self) -> OUT_EOF_W<'_, CLR_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dma/int_ch/clr.rs:63:24 [INFO] [stdout] | [INFO] [stdout] 63 | pub fn in_dscr_err(&mut self) -> IN_DSCR_ERR_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 63 | pub fn in_dscr_err(&mut self) -> IN_DSCR_ERR_W<'_, CLR_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dma/int_ch/clr.rs:68:25 [INFO] [stdout] | [INFO] [stdout] 68 | pub fn out_dscr_err(&mut self) -> OUT_DSCR_ERR_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 68 | pub fn out_dscr_err(&mut self) -> OUT_DSCR_ERR_W<'_, CLR_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dma/int_ch/clr.rs:73:26 [INFO] [stdout] | [INFO] [stdout] 73 | pub fn in_dscr_empty(&mut self) -> IN_DSCR_EMPTY_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 73 | pub fn in_dscr_empty(&mut self) -> IN_DSCR_EMPTY_W<'_, CLR_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dma/int_ch/clr.rs:78:26 [INFO] [stdout] | [INFO] [stdout] 78 | pub fn out_total_eof(&mut self) -> OUT_TOTAL_EOF_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 78 | pub fn out_total_eof(&mut self) -> OUT_TOTAL_EOF_W<'_, CLR_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dma/int_ch/clr.rs:83:23 [INFO] [stdout] | [INFO] [stdout] 83 | pub fn infifo_ovf(&mut self) -> INFIFO_OVF_W { [INFO] [stdout] | ^^^^^^^^^ ---------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 83 | pub fn infifo_ovf(&mut self) -> INFIFO_OVF_W<'_, CLR_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dma/int_ch/clr.rs:88:23 [INFO] [stdout] | [INFO] [stdout] 88 | pub fn infifo_udf(&mut self) -> INFIFO_UDF_W { [INFO] [stdout] | ^^^^^^^^^ ---------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 88 | pub fn infifo_udf(&mut self) -> INFIFO_UDF_W<'_, CLR_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dma/int_ch/clr.rs:93:24 [INFO] [stdout] | [INFO] [stdout] 93 | pub fn outfifo_ovf(&mut self) -> OUTFIFO_OVF_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 93 | pub fn outfifo_ovf(&mut self) -> OUTFIFO_OVF_W<'_, CLR_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dma/int_ch/clr.rs:98:24 [INFO] [stdout] | [INFO] [stdout] 98 | pub fn outfifo_udf(&mut self) -> OUTFIFO_UDF_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 98 | pub fn outfifo_udf(&mut self) -> OUTFIFO_UDF_W<'_, CLR_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dma/ahb_test.rs:37:25 [INFO] [stdout] | [INFO] [stdout] 37 | pub fn ahb_testmode(&mut self) -> AHB_TESTMODE_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 37 | pub fn ahb_testmode(&mut self) -> AHB_TESTMODE_W<'_, AHB_TEST_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dma/ahb_test.rs:42:25 [INFO] [stdout] | [INFO] [stdout] 42 | pub fn ahb_testaddr(&mut self) -> AHB_TESTADDR_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 42 | pub fn ahb_testaddr(&mut self) -> AHB_TESTADDR_W<'_, AHB_TEST_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dma/misc_conf.rs:47:27 [INFO] [stdout] | [INFO] [stdout] 47 | pub fn ahbm_rst_inter(&mut self) -> AHBM_RST_INTER_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 47 | pub fn ahbm_rst_inter(&mut self) -> AHBM_RST_INTER_W<'_, MISC_CONF_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dma/misc_conf.rs:52:24 [INFO] [stdout] | [INFO] [stdout] 52 | pub fn arb_pri_dis(&mut self) -> ARB_PRI_DIS_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 52 | pub fn arb_pri_dis(&mut self) -> ARB_PRI_DIS_W<'_, MISC_CONF_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dma/misc_conf.rs:57:19 [INFO] [stdout] | [INFO] [stdout] 57 | pub fn clk_en(&mut self) -> CLK_EN_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 57 | pub fn clk_en(&mut self) -> CLK_EN_W<'_, MISC_CONF_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dma/date.rs:25:17 [INFO] [stdout] | [INFO] [stdout] 25 | pub fn date(&mut self) -> DATE_W { [INFO] [stdout] | ^^^^^^^^^ ----------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 25 | pub fn date(&mut self) -> DATE_W<'_, DATE_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dma/ch/in_conf0.rs:67:19 [INFO] [stdout] | [INFO] [stdout] 67 | pub fn in_rst(&mut self) -> IN_RST_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 67 | pub fn in_rst(&mut self) -> IN_RST_W<'_, IN_CONF0_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dma/ch/in_conf0.rs:72:25 [INFO] [stdout] | [INFO] [stdout] 72 | pub fn in_loop_test(&mut self) -> IN_LOOP_TEST_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 72 | pub fn in_loop_test(&mut self) -> IN_LOOP_TEST_W<'_, IN_CONF0_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dma/ch/in_conf0.rs:77:28 [INFO] [stdout] | [INFO] [stdout] 77 | pub fn indscr_burst_en(&mut self) -> INDSCR_BURST_EN_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 77 | pub fn indscr_burst_en(&mut self) -> INDSCR_BURST_EN_W<'_, IN_CONF0_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dma/ch/in_conf0.rs:82:29 [INFO] [stdout] | [INFO] [stdout] 82 | pub fn in_data_burst_en(&mut self) -> IN_DATA_BURST_EN_W { [INFO] [stdout] | ^^^^^^^^^ --------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 82 | pub fn in_data_burst_en(&mut self) -> IN_DATA_BURST_EN_W<'_, IN_CONF0_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dma/ch/in_conf0.rs:87:25 [INFO] [stdout] | [INFO] [stdout] 87 | pub fn mem_trans_en(&mut self) -> MEM_TRANS_EN_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 87 | pub fn mem_trans_en(&mut self) -> MEM_TRANS_EN_W<'_, IN_CONF0_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dma/ch/in_conf1.rs:27:27 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn in_check_owner(&mut self) -> IN_CHECK_OWNER_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn in_check_owner(&mut self) -> IN_CHECK_OWNER_W<'_, IN_CONF1_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dma/ch/in_pop.rs:35:23 [INFO] [stdout] | [INFO] [stdout] 35 | pub fn infifo_pop(&mut self) -> INFIFO_POP_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 35 | pub fn infifo_pop(&mut self) -> INFIFO_POP_W<'_, IN_POP_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dma/ch/in_link.rs:75:24 [INFO] [stdout] | [INFO] [stdout] 75 | pub fn inlink_addr(&mut self) -> INLINK_ADDR_W { [INFO] [stdout] | ^^^^^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 75 | pub fn inlink_addr(&mut self) -> INLINK_ADDR_W<'_, IN_LINK_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dma/ch/in_link.rs:80:28 [INFO] [stdout] | [INFO] [stdout] 80 | pub fn inlink_auto_ret(&mut self) -> INLINK_AUTO_RET_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 80 | pub fn inlink_auto_ret(&mut self) -> INLINK_AUTO_RET_W<'_, IN_LINK_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dma/ch/in_link.rs:85:24 [INFO] [stdout] | [INFO] [stdout] 85 | pub fn inlink_stop(&mut self) -> INLINK_STOP_W { [INFO] [stdout] | ^^^^^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 85 | pub fn inlink_stop(&mut self) -> INLINK_STOP_W<'_, IN_LINK_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dma/ch/in_link.rs:90:25 [INFO] [stdout] | [INFO] [stdout] 90 | pub fn inlink_start(&mut self) -> INLINK_START_W { [INFO] [stdout] | ^^^^^^^^^ ---------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 90 | pub fn inlink_start(&mut self) -> INLINK_START_W<'_, IN_LINK_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dma/ch/in_link.rs:95:27 [INFO] [stdout] | [INFO] [stdout] 95 | pub fn inlink_restart(&mut self) -> INLINK_RESTART_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 95 | pub fn inlink_restart(&mut self) -> INLINK_RESTART_W<'_, IN_LINK_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dma/ch/in_pri.rs:27:19 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn rx_pri(&mut self) -> RX_PRI_W { [INFO] [stdout] | ^^^^^^^^^ --------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn rx_pri(&mut self) -> RX_PRI_W<'_, IN_PRI_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dma/ch/in_peri_sel.rs:27:24 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn peri_in_sel(&mut self) -> PERI_IN_SEL_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn peri_in_sel(&mut self) -> PERI_IN_SEL_W<'_, IN_PERI_SEL_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dma/ch/out_conf0.rs:77:20 [INFO] [stdout] | [INFO] [stdout] 77 | pub fn out_rst(&mut self) -> OUT_RST_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 77 | pub fn out_rst(&mut self) -> OUT_RST_W<'_, OUT_CONF0_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dma/ch/out_conf0.rs:82:26 [INFO] [stdout] | [INFO] [stdout] 82 | pub fn out_loop_test(&mut self) -> OUT_LOOP_TEST_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 82 | pub fn out_loop_test(&mut self) -> OUT_LOOP_TEST_W<'_, OUT_CONF0_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dma/ch/out_conf0.rs:87:28 [INFO] [stdout] | [INFO] [stdout] 87 | pub fn out_auto_wrback(&mut self) -> OUT_AUTO_WRBACK_W { [INFO] [stdout] | ^^^^^^^^^ --------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 87 | pub fn out_auto_wrback(&mut self) -> OUT_AUTO_WRBACK_W<'_, OUT_CONF0_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dma/ch/out_conf0.rs:92:25 [INFO] [stdout] | [INFO] [stdout] 92 | pub fn out_eof_mode(&mut self) -> OUT_EOF_MODE_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 92 | pub fn out_eof_mode(&mut self) -> OUT_EOF_MODE_W<'_, OUT_CONF0_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dma/ch/out_conf0.rs:97:29 [INFO] [stdout] | [INFO] [stdout] 97 | pub fn outdscr_burst_en(&mut self) -> OUTDSCR_BURST_EN_W { [INFO] [stdout] | ^^^^^^^^^ ---------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 97 | pub fn outdscr_burst_en(&mut self) -> OUTDSCR_BURST_EN_W<'_, OUT_CONF0_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dma/ch/out_conf0.rs:102:30 [INFO] [stdout] | [INFO] [stdout] 102 | pub fn out_data_burst_en(&mut self) -> OUT_DATA_BURST_EN_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 102 | pub fn out_data_burst_en(&mut self) -> OUT_DATA_BURST_EN_W<'_, OUT_CONF0_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dma/ch/out_conf1.rs:27:28 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn out_check_owner(&mut self) -> OUT_CHECK_OWNER_W { [INFO] [stdout] | ^^^^^^^^^ --------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn out_check_owner(&mut self) -> OUT_CHECK_OWNER_W<'_, OUT_CONF1_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dma/ch/out_push.rs:37:26 [INFO] [stdout] | [INFO] [stdout] 37 | pub fn outfifo_wdata(&mut self) -> OUTFIFO_WDATA_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 37 | pub fn outfifo_wdata(&mut self) -> OUTFIFO_WDATA_W<'_, OUT_PUSH_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dma/ch/out_push.rs:42:25 [INFO] [stdout] | [INFO] [stdout] 42 | pub fn outfifo_push(&mut self) -> OUTFIFO_PUSH_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 42 | pub fn outfifo_push(&mut self) -> OUTFIFO_PUSH_W<'_, OUT_PUSH_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dma/ch/out_link.rs:65:25 [INFO] [stdout] | [INFO] [stdout] 65 | pub fn outlink_addr(&mut self) -> OUTLINK_ADDR_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 65 | pub fn outlink_addr(&mut self) -> OUTLINK_ADDR_W<'_, OUT_LINK_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dma/ch/out_link.rs:70:25 [INFO] [stdout] | [INFO] [stdout] 70 | pub fn outlink_stop(&mut self) -> OUTLINK_STOP_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 70 | pub fn outlink_stop(&mut self) -> OUTLINK_STOP_W<'_, OUT_LINK_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dma/ch/out_link.rs:75:26 [INFO] [stdout] | [INFO] [stdout] 75 | pub fn outlink_start(&mut self) -> OUTLINK_START_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 75 | pub fn outlink_start(&mut self) -> OUTLINK_START_W<'_, OUT_LINK_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dma/ch/out_link.rs:80:28 [INFO] [stdout] | [INFO] [stdout] 80 | pub fn outlink_restart(&mut self) -> OUTLINK_RESTART_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 80 | pub fn outlink_restart(&mut self) -> OUTLINK_RESTART_W<'_, OUT_LINK_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dma/ch/out_pri.rs:27:19 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn tx_pri(&mut self) -> TX_PRI_W { [INFO] [stdout] | ^^^^^^^^^ ---------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn tx_pri(&mut self) -> TX_PRI_W<'_, OUT_PRI_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dma/ch/out_peri_sel.rs:27:25 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn peri_out_sel(&mut self) -> PERI_OUT_SEL_W { [INFO] [stdout] | ^^^^^^^^^ --------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn peri_out_sel(&mut self) -> PERI_OUT_SEL_W<'_, OUT_PERI_SEL_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ecc/mult_int_ena.rs:27:22 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn calc_done(&mut self) -> CALC_DONE_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn calc_done(&mut self) -> CALC_DONE_W<'_, MULT_INT_ENA_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ecc/mult_int_clr.rs:14:22 [INFO] [stdout] | [INFO] [stdout] 14 | pub fn calc_done(&mut self) -> CALC_DONE_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 14 | pub fn calc_done(&mut self) -> CALC_DONE_W<'_, MULT_INT_CLR_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ecc/mult_conf.rs:77:18 [INFO] [stdout] | [INFO] [stdout] 77 | pub fn start(&mut self) -> START_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 77 | pub fn start(&mut self) -> START_W<'_, MULT_CONF_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ecc/mult_conf.rs:82:18 [INFO] [stdout] | [INFO] [stdout] 82 | pub fn reset(&mut self) -> RESET_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 82 | pub fn reset(&mut self) -> RESET_W<'_, MULT_CONF_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ecc/mult_conf.rs:87:23 [INFO] [stdout] | [INFO] [stdout] 87 | pub fn key_length(&mut self) -> KEY_LENGTH_W { [INFO] [stdout] | ^^^^^^^^^ ---------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 87 | pub fn key_length(&mut self) -> KEY_LENGTH_W<'_, MULT_CONF_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ecc/mult_conf.rs:92:26 [INFO] [stdout] | [INFO] [stdout] 92 | pub fn security_mode(&mut self) -> SECURITY_MODE_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 92 | pub fn security_mode(&mut self) -> SECURITY_MODE_W<'_, MULT_CONF_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ecc/mult_conf.rs:97:19 [INFO] [stdout] | [INFO] [stdout] 97 | pub fn clk_en(&mut self) -> CLK_EN_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 97 | pub fn clk_en(&mut self) -> CLK_EN_W<'_, MULT_CONF_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ecc/mult_conf.rs:102:22 [INFO] [stdout] | [INFO] [stdout] 102 | pub fn work_mode(&mut self) -> WORK_MODE_W { [INFO] [stdout] | ^^^^^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 102 | pub fn work_mode(&mut self) -> WORK_MODE_W<'_, MULT_CONF_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ecc/mult_date.rs:27:17 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn date(&mut self) -> DATE_W { [INFO] [stdout] | ^^^^^^^^^ ---------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn date(&mut self) -> DATE_W<'_, MULT_DATE_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/efuse/pgm_data0.rs:27:23 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn pgm_data_0(&mut self) -> PGM_DATA_0_W { [INFO] [stdout] | ^^^^^^^^^ ---------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn pgm_data_0(&mut self) -> PGM_DATA_0_W<'_, PGM_DATA0_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/efuse/pgm_data1.rs:27:23 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn pgm_data_1(&mut self) -> PGM_DATA_1_W { [INFO] [stdout] | ^^^^^^^^^ ---------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn pgm_data_1(&mut self) -> PGM_DATA_1_W<'_, PGM_DATA1_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/efuse/pgm_data2.rs:27:23 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn pgm_data_2(&mut self) -> PGM_DATA_2_W { [INFO] [stdout] | ^^^^^^^^^ ---------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn pgm_data_2(&mut self) -> PGM_DATA_2_W<'_, PGM_DATA2_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/efuse/pgm_data3.rs:27:23 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn pgm_data_3(&mut self) -> PGM_DATA_3_W { [INFO] [stdout] | ^^^^^^^^^ ---------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn pgm_data_3(&mut self) -> PGM_DATA_3_W<'_, PGM_DATA3_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/efuse/pgm_data4.rs:27:23 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn pgm_data_4(&mut self) -> PGM_DATA_4_W { [INFO] [stdout] | ^^^^^^^^^ ---------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn pgm_data_4(&mut self) -> PGM_DATA_4_W<'_, PGM_DATA4_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/efuse/pgm_data5.rs:27:23 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn pgm_data_5(&mut self) -> PGM_DATA_5_W { [INFO] [stdout] | ^^^^^^^^^ ---------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn pgm_data_5(&mut self) -> PGM_DATA_5_W<'_, PGM_DATA5_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/efuse/pgm_data6.rs:27:23 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn pgm_data_6(&mut self) -> PGM_DATA_6_W { [INFO] [stdout] | ^^^^^^^^^ ---------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn pgm_data_6(&mut self) -> PGM_DATA_6_W<'_, PGM_DATA6_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/efuse/pgm_data7.rs:27:23 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn pgm_data_7(&mut self) -> PGM_DATA_7_W { [INFO] [stdout] | ^^^^^^^^^ ---------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn pgm_data_7(&mut self) -> PGM_DATA_7_W<'_, PGM_DATA7_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/efuse/pgm_check_value0.rs:27:26 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn pgm_rs_data_0(&mut self) -> PGM_RS_DATA_0_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn pgm_rs_data_0(&mut self) -> PGM_RS_DATA_0_W<'_, PGM_CHECK_VALUE0_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/efuse/pgm_check_value1.rs:27:26 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn pgm_rs_data_1(&mut self) -> PGM_RS_DATA_1_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn pgm_rs_data_1(&mut self) -> PGM_RS_DATA_1_W<'_, PGM_CHECK_VALUE1_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/efuse/pgm_check_value2.rs:27:26 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn pgm_rs_data_2(&mut self) -> PGM_RS_DATA_2_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn pgm_rs_data_2(&mut self) -> PGM_RS_DATA_2_W<'_, PGM_CHECK_VALUE2_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/efuse/clk.rs:57:31 [INFO] [stdout] | [INFO] [stdout] 57 | pub fn efuse_mem_force_pd(&mut self) -> EFUSE_MEM_FORCE_PD_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 57 | pub fn efuse_mem_force_pd(&mut self) -> EFUSE_MEM_FORCE_PD_W<'_, CLK_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/efuse/clk.rs:62:29 [INFO] [stdout] | [INFO] [stdout] 62 | pub fn mem_clk_force_on(&mut self) -> MEM_CLK_FORCE_ON_W { [INFO] [stdout] | ^^^^^^^^^ ---------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 62 | pub fn mem_clk_force_on(&mut self) -> MEM_CLK_FORCE_ON_W<'_, CLK_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/efuse/clk.rs:67:31 [INFO] [stdout] | [INFO] [stdout] 67 | pub fn efuse_mem_force_pu(&mut self) -> EFUSE_MEM_FORCE_PU_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 67 | pub fn efuse_mem_force_pu(&mut self) -> EFUSE_MEM_FORCE_PU_W<'_, CLK_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/efuse/clk.rs:72:15 [INFO] [stdout] | [INFO] [stdout] 72 | pub fn en(&mut self) -> EN_W { [INFO] [stdout] | ^^^^^^^^^ -------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 72 | pub fn en(&mut self) -> EN_W<'_, CLK_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/efuse/conf.rs:27:20 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn op_code(&mut self) -> OP_CODE_W { [INFO] [stdout] | ^^^^^^^^^ -------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn op_code(&mut self) -> OP_CODE_W<'_, CONF_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/efuse/cmd.rs:47:21 [INFO] [stdout] | [INFO] [stdout] 47 | pub fn read_cmd(&mut self) -> READ_CMD_W { [INFO] [stdout] | ^^^^^^^^^ -------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 47 | pub fn read_cmd(&mut self) -> READ_CMD_W<'_, CMD_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/efuse/cmd.rs:52:20 [INFO] [stdout] | [INFO] [stdout] 52 | pub fn pgm_cmd(&mut self) -> PGM_CMD_W { [INFO] [stdout] | ^^^^^^^^^ ------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 52 | pub fn pgm_cmd(&mut self) -> PGM_CMD_W<'_, CMD_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/efuse/cmd.rs:57:20 [INFO] [stdout] | [INFO] [stdout] 57 | pub fn blk_num(&mut self) -> BLK_NUM_W { [INFO] [stdout] | ^^^^^^^^^ ------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 57 | pub fn blk_num(&mut self) -> BLK_NUM_W<'_, CMD_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/efuse/int_raw.rs:37:22 [INFO] [stdout] | [INFO] [stdout] 37 | pub fn read_done(&mut self) -> READ_DONE_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 37 | pub fn read_done(&mut self) -> READ_DONE_W<'_, INT_RAW_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/efuse/int_raw.rs:42:21 [INFO] [stdout] | [INFO] [stdout] 42 | pub fn pgm_done(&mut self) -> PGM_DONE_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 42 | pub fn pgm_done(&mut self) -> PGM_DONE_W<'_, INT_RAW_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/efuse/int_ena.rs:37:22 [INFO] [stdout] | [INFO] [stdout] 37 | pub fn read_done(&mut self) -> READ_DONE_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 37 | pub fn read_done(&mut self) -> READ_DONE_W<'_, INT_ENA_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/efuse/int_ena.rs:42:21 [INFO] [stdout] | [INFO] [stdout] 42 | pub fn pgm_done(&mut self) -> PGM_DONE_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 42 | pub fn pgm_done(&mut self) -> PGM_DONE_W<'_, INT_ENA_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/efuse/int_clr.rs:16:22 [INFO] [stdout] | [INFO] [stdout] 16 | pub fn read_done(&mut self) -> READ_DONE_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 16 | pub fn read_done(&mut self) -> READ_DONE_W<'_, INT_CLR_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/efuse/int_clr.rs:21:21 [INFO] [stdout] | [INFO] [stdout] 21 | pub fn pgm_done(&mut self) -> PGM_DONE_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 21 | pub fn pgm_done(&mut self) -> PGM_DONE_W<'_, INT_CLR_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/efuse/dac_conf.rs:57:24 [INFO] [stdout] | [INFO] [stdout] 57 | pub fn dac_clk_div(&mut self) -> DAC_CLK_DIV_W { [INFO] [stdout] | ^^^^^^^^^ ---------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 57 | pub fn dac_clk_div(&mut self) -> DAC_CLK_DIV_W<'_, DAC_CONF_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/efuse/dac_conf.rs:62:28 [INFO] [stdout] | [INFO] [stdout] 62 | pub fn dac_clk_pad_sel(&mut self) -> DAC_CLK_PAD_SEL_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 62 | pub fn dac_clk_pad_sel(&mut self) -> DAC_CLK_PAD_SEL_W<'_, DAC_CONF_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/efuse/dac_conf.rs:67:20 [INFO] [stdout] | [INFO] [stdout] 67 | pub fn dac_num(&mut self) -> DAC_NUM_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 67 | pub fn dac_num(&mut self) -> DAC_NUM_W<'_, DAC_CONF_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/efuse/dac_conf.rs:72:19 [INFO] [stdout] | [INFO] [stdout] 72 | pub fn oe_clr(&mut self) -> OE_CLR_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 72 | pub fn oe_clr(&mut self) -> OE_CLR_W<'_, DAC_CONF_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/efuse/rd_tim_conf.rs:57:18 [INFO] [stdout] | [INFO] [stdout] 57 | pub fn thr_a(&mut self) -> THR_A_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 57 | pub fn thr_a(&mut self) -> THR_A_W<'_, RD_TIM_CONF_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/efuse/rd_tim_conf.rs:62:16 [INFO] [stdout] | [INFO] [stdout] 62 | pub fn trd(&mut self) -> TRD_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 62 | pub fn trd(&mut self) -> TRD_W<'_, RD_TIM_CONF_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/efuse/rd_tim_conf.rs:67:19 [INFO] [stdout] | [INFO] [stdout] 67 | pub fn tsur_a(&mut self) -> TSUR_A_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 67 | pub fn tsur_a(&mut self) -> TSUR_A_W<'_, RD_TIM_CONF_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/efuse/rd_tim_conf.rs:72:26 [INFO] [stdout] | [INFO] [stdout] 72 | pub fn read_init_num(&mut self) -> READ_INIT_NUM_W { [INFO] [stdout] | ^^^^^^^^^ --------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 72 | pub fn read_init_num(&mut self) -> READ_INIT_NUM_W<'_, RD_TIM_CONF_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/efuse/wr_tim_conf0.rs:47:18 [INFO] [stdout] | [INFO] [stdout] 47 | pub fn thp_a(&mut self) -> THP_A_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 47 | pub fn thp_a(&mut self) -> THP_A_W<'_, WR_TIM_CONF0_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/efuse/wr_tim_conf0.rs:52:26 [INFO] [stdout] | [INFO] [stdout] 52 | pub fn tpgm_inactive(&mut self) -> TPGM_INACTIVE_W { [INFO] [stdout] | ^^^^^^^^^ ---------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 52 | pub fn tpgm_inactive(&mut self) -> TPGM_INACTIVE_W<'_, WR_TIM_CONF0_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/efuse/wr_tim_conf0.rs:57:17 [INFO] [stdout] | [INFO] [stdout] 57 | pub fn tpgm(&mut self) -> TPGM_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 57 | pub fn tpgm(&mut self) -> TPGM_W<'_, WR_TIM_CONF0_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/efuse/wr_tim_conf1.rs:37:19 [INFO] [stdout] | [INFO] [stdout] 37 | pub fn tsup_a(&mut self) -> TSUP_A_W { [INFO] [stdout] | ^^^^^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 37 | pub fn tsup_a(&mut self) -> TSUP_A_W<'_, WR_TIM_CONF1_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/efuse/wr_tim_conf1.rs:42:23 [INFO] [stdout] | [INFO] [stdout] 42 | pub fn pwr_on_num(&mut self) -> PWR_ON_NUM_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 42 | pub fn pwr_on_num(&mut self) -> PWR_ON_NUM_W<'_, WR_TIM_CONF1_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/efuse/wr_tim_conf2.rs:27:24 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn pwr_off_num(&mut self) -> PWR_OFF_NUM_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn pwr_off_num(&mut self) -> PWR_OFF_NUM_W<'_, WR_TIM_CONF2_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/efuse/date.rs:25:17 [INFO] [stdout] | [INFO] [stdout] 25 | pub fn date(&mut self) -> DATE_W { [INFO] [stdout] | ^^^^^^^^^ ----------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 25 | pub fn date(&mut self) -> DATE_W<'_, DATE_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/extmem/icache_ctrl.rs:27:26 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn icache_enable(&mut self) -> ICACHE_ENABLE_W { [INFO] [stdout] | ^^^^^^^^^ --------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn icache_enable(&mut self) -> ICACHE_ENABLE_W<'_, ICACHE_CTRL_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/extmem/icache_ctrl1.rs:37:29 [INFO] [stdout] | [INFO] [stdout] 37 | pub fn icache_shut_ibus(&mut self) -> ICACHE_SHUT_IBUS_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 37 | pub fn icache_shut_ibus(&mut self) -> ICACHE_SHUT_IBUS_W<'_, ICACHE_CTRL1_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/extmem/icache_ctrl1.rs:42:29 [INFO] [stdout] | [INFO] [stdout] 42 | pub fn icache_shut_dbus(&mut self) -> ICACHE_SHUT_DBUS_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 42 | pub fn icache_shut_dbus(&mut self) -> ICACHE_SHUT_DBUS_W<'_, ICACHE_CTRL1_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/extmem/icache_tag_power_ctrl.rs:48:9 [INFO] [stdout] | [INFO] [stdout] 48 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 49 | ) -> ICACHE_TAG_MEM_FORCE_ON_W { [INFO] [stdout] | ----------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 49 | ) -> ICACHE_TAG_MEM_FORCE_ON_W<'_, ICACHE_TAG_POWER_CTRL_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/extmem/icache_tag_power_ctrl.rs:55:9 [INFO] [stdout] | [INFO] [stdout] 55 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 56 | ) -> ICACHE_TAG_MEM_FORCE_PD_W { [INFO] [stdout] | ----------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 56 | ) -> ICACHE_TAG_MEM_FORCE_PD_W<'_, ICACHE_TAG_POWER_CTRL_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/extmem/icache_tag_power_ctrl.rs:62:9 [INFO] [stdout] | [INFO] [stdout] 62 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 63 | ) -> ICACHE_TAG_MEM_FORCE_PU_W { [INFO] [stdout] | ----------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 63 | ) -> ICACHE_TAG_MEM_FORCE_PU_W<'_, ICACHE_TAG_POWER_CTRL_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/extmem/icache_sync_ctrl.rs:35:34 [INFO] [stdout] | [INFO] [stdout] 35 | pub fn icache_invalidate_ena(&mut self) -> ICACHE_INVALIDATE_ENA_W { [INFO] [stdout] | ^^^^^^^^^ ---------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 35 | pub fn icache_invalidate_ena(&mut self) -> ICACHE_INVALIDATE_ENA_W<'_, ICACHE_SYNC_CTRL_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/extmem/icache_sync_addr.rs:27:29 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn icache_sync_addr(&mut self) -> ICACHE_SYNC_ADDR_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn icache_sync_addr(&mut self) -> ICACHE_SYNC_ADDR_W<'_, ICACHE_SYNC_ADDR_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/extmem/icache_sync_size.rs:27:29 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn icache_sync_size(&mut self) -> ICACHE_SYNC_SIZE_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn icache_sync_size(&mut self) -> ICACHE_SYNC_SIZE_W<'_, ICACHE_SYNC_SIZE_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/extmem/ibus_to_flash_start_vaddr.rs:31:9 [INFO] [stdout] | [INFO] [stdout] 31 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 32 | ) -> IBUS_TO_FLASH_START_VADDR_W { [INFO] [stdout] | ----------------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 32 | ) -> IBUS_TO_FLASH_START_VADDR_W<'_, IBUS_TO_FLASH_START_VADDR_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/extmem/ibus_to_flash_end_vaddr.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 29 | ) -> IBUS_TO_FLASH_END_VADDR_W { [INFO] [stdout] | ------------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 29 | ) -> IBUS_TO_FLASH_END_VADDR_W<'_, IBUS_TO_FLASH_END_VADDR_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/extmem/dbus_to_flash_start_vaddr.rs:31:9 [INFO] [stdout] | [INFO] [stdout] 31 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 32 | ) -> DBUS_TO_FLASH_START_VADDR_W { [INFO] [stdout] | ----------------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 32 | ) -> DBUS_TO_FLASH_START_VADDR_W<'_, DBUS_TO_FLASH_START_VADDR_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/extmem/dbus_to_flash_end_vaddr.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 29 | ) -> DBUS_TO_FLASH_END_VADDR_W { [INFO] [stdout] | ------------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 29 | ) -> DBUS_TO_FLASH_END_VADDR_W<'_, DBUS_TO_FLASH_END_VADDR_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/extmem/cache_acs_cnt_clr.rs:16:29 [INFO] [stdout] | [INFO] [stdout] 16 | pub fn ibus_acs_cnt_clr(&mut self) -> IBUS_ACS_CNT_CLR_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 16 | pub fn ibus_acs_cnt_clr(&mut self) -> IBUS_ACS_CNT_CLR_W<'_, CACHE_ACS_CNT_CLR_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/extmem/cache_acs_cnt_clr.rs:21:29 [INFO] [stdout] | [INFO] [stdout] 21 | pub fn dbus_acs_cnt_clr(&mut self) -> DBUS_ACS_CNT_CLR_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 21 | pub fn dbus_acs_cnt_clr(&mut self) -> DBUS_ACS_CNT_CLR_W<'_, CACHE_ACS_CNT_CLR_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/extmem/cache_ilg_int_ena.rs:67:33 [INFO] [stdout] | [INFO] [stdout] 67 | pub fn icache_sync_op_fault(&mut self) -> ICACHE_SYNC_OP_FAULT_W { [INFO] [stdout] | ^^^^^^^^^ ---------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 67 | pub fn icache_sync_op_fault(&mut self) -> ICACHE_SYNC_OP_FAULT_W<'_, CACHE_ILG_INT_ENA_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/extmem/cache_ilg_int_ena.rs:72:36 [INFO] [stdout] | [INFO] [stdout] 72 | pub fn icache_preload_op_fault(&mut self) -> ICACHE_PRELOAD_OP_FAULT_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 72 | pub fn icache_preload_op_fault(&mut self) -> ICACHE_PRELOAD_OP_FAULT_W<'_, CACHE_ILG_INT_ENA_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/extmem/cache_ilg_int_ena.rs:77:28 [INFO] [stdout] | [INFO] [stdout] 77 | pub fn mmu_entry_fault(&mut self) -> MMU_ENTRY_FAULT_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 77 | pub fn mmu_entry_fault(&mut self) -> MMU_ENTRY_FAULT_W<'_, CACHE_ILG_INT_ENA_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/extmem/cache_ilg_int_ena.rs:82:25 [INFO] [stdout] | [INFO] [stdout] 82 | pub fn ibus_cnt_ovf(&mut self) -> IBUS_CNT_OVF_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 82 | pub fn ibus_cnt_ovf(&mut self) -> IBUS_CNT_OVF_W<'_, CACHE_ILG_INT_ENA_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/extmem/cache_ilg_int_ena.rs:87:25 [INFO] [stdout] | [INFO] [stdout] 87 | pub fn dbus_cnt_ovf(&mut self) -> DBUS_CNT_OVF_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 87 | pub fn dbus_cnt_ovf(&mut self) -> DBUS_CNT_OVF_W<'_, CACHE_ILG_INT_ENA_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/extmem/cache_ilg_int_clr.rs:22:33 [INFO] [stdout] | [INFO] [stdout] 22 | pub fn icache_sync_op_fault(&mut self) -> ICACHE_SYNC_OP_FAULT_W { [INFO] [stdout] | ^^^^^^^^^ ---------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 22 | pub fn icache_sync_op_fault(&mut self) -> ICACHE_SYNC_OP_FAULT_W<'_, CACHE_ILG_INT_CLR_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/extmem/cache_ilg_int_clr.rs:27:36 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn icache_preload_op_fault(&mut self) -> ICACHE_PRELOAD_OP_FAULT_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn icache_preload_op_fault(&mut self) -> ICACHE_PRELOAD_OP_FAULT_W<'_, CACHE_ILG_INT_CLR_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/extmem/cache_ilg_int_clr.rs:32:28 [INFO] [stdout] | [INFO] [stdout] 32 | pub fn mmu_entry_fault(&mut self) -> MMU_ENTRY_FAULT_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 32 | pub fn mmu_entry_fault(&mut self) -> MMU_ENTRY_FAULT_W<'_, CACHE_ILG_INT_CLR_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/extmem/cache_ilg_int_clr.rs:37:25 [INFO] [stdout] | [INFO] [stdout] 37 | pub fn ibus_cnt_ovf(&mut self) -> IBUS_CNT_OVF_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 37 | pub fn ibus_cnt_ovf(&mut self) -> IBUS_CNT_OVF_W<'_, CACHE_ILG_INT_CLR_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/extmem/cache_ilg_int_clr.rs:42:25 [INFO] [stdout] | [INFO] [stdout] 42 | pub fn dbus_cnt_ovf(&mut self) -> DBUS_CNT_OVF_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 42 | pub fn dbus_cnt_ovf(&mut self) -> DBUS_CNT_OVF_W<'_, CACHE_ILG_INT_CLR_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/extmem/core0_acs_cache_int_ena.rs:78:9 [INFO] [stdout] | [INFO] [stdout] 78 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 79 | ) -> CORE0_IBUS_ACS_MSK_IC_W { [INFO] [stdout] | ----------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 79 | ) -> CORE0_IBUS_ACS_MSK_IC_W<'_, CORE0_ACS_CACHE_INT_ENA_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/extmem/core0_acs_cache_int_ena.rs:84:29 [INFO] [stdout] | [INFO] [stdout] 84 | pub fn core0_ibus_wr_ic(&mut self) -> CORE0_IBUS_WR_IC_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 84 | pub fn core0_ibus_wr_ic(&mut self) -> CORE0_IBUS_WR_IC_W<'_, CORE0_ACS_CACHE_INT_ENA_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/extmem/core0_acs_cache_int_ena.rs:89:30 [INFO] [stdout] | [INFO] [stdout] 89 | pub fn core0_ibus_reject(&mut self) -> CORE0_IBUS_REJECT_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 89 | pub fn core0_ibus_reject(&mut self) -> CORE0_IBUS_REJECT_W<'_, CORE0_ACS_CACHE_INT_ENA_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/extmem/core0_acs_cache_int_ena.rs:95:9 [INFO] [stdout] | [INFO] [stdout] 95 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 96 | ) -> CORE0_DBUS_ACS_MSK_IC_W { [INFO] [stdout] | ----------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 96 | ) -> CORE0_DBUS_ACS_MSK_IC_W<'_, CORE0_ACS_CACHE_INT_ENA_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/extmem/core0_acs_cache_int_ena.rs:101:30 [INFO] [stdout] | [INFO] [stdout] 101 | pub fn core0_dbus_reject(&mut self) -> CORE0_DBUS_REJECT_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 101 | pub fn core0_dbus_reject(&mut self) -> CORE0_DBUS_REJECT_W<'_, CORE0_ACS_CACHE_INT_ENA_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/extmem/core0_acs_cache_int_ena.rs:106:29 [INFO] [stdout] | [INFO] [stdout] 106 | pub fn core0_dbus_wr_ic(&mut self) -> CORE0_DBUS_WR_IC_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 106 | pub fn core0_dbus_wr_ic(&mut self) -> CORE0_DBUS_WR_IC_W<'_, CORE0_ACS_CACHE_INT_ENA_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/extmem/core0_acs_cache_int_clr.rs:25:9 [INFO] [stdout] | [INFO] [stdout] 25 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 26 | ) -> CORE0_IBUS_ACS_MSK_IC_W { [INFO] [stdout] | ----------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 26 | ) -> CORE0_IBUS_ACS_MSK_IC_W<'_, CORE0_ACS_CACHE_INT_CLR_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/extmem/core0_acs_cache_int_clr.rs:31:29 [INFO] [stdout] | [INFO] [stdout] 31 | pub fn core0_ibus_wr_ic(&mut self) -> CORE0_IBUS_WR_IC_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 31 | pub fn core0_ibus_wr_ic(&mut self) -> CORE0_IBUS_WR_IC_W<'_, CORE0_ACS_CACHE_INT_CLR_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/extmem/core0_acs_cache_int_clr.rs:36:30 [INFO] [stdout] | [INFO] [stdout] 36 | pub fn core0_ibus_reject(&mut self) -> CORE0_IBUS_REJECT_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 36 | pub fn core0_ibus_reject(&mut self) -> CORE0_IBUS_REJECT_W<'_, CORE0_ACS_CACHE_INT_CLR_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/extmem/core0_acs_cache_int_clr.rs:42:9 [INFO] [stdout] | [INFO] [stdout] 42 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 43 | ) -> CORE0_DBUS_ACS_MSK_IC_W { [INFO] [stdout] | ----------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 43 | ) -> CORE0_DBUS_ACS_MSK_IC_W<'_, CORE0_ACS_CACHE_INT_CLR_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/extmem/core0_acs_cache_int_clr.rs:48:30 [INFO] [stdout] | [INFO] [stdout] 48 | pub fn core0_dbus_reject(&mut self) -> CORE0_DBUS_REJECT_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 48 | pub fn core0_dbus_reject(&mut self) -> CORE0_DBUS_REJECT_W<'_, CORE0_ACS_CACHE_INT_CLR_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/extmem/core0_acs_cache_int_clr.rs:53:29 [INFO] [stdout] | [INFO] [stdout] 53 | pub fn core0_dbus_wr_ic(&mut self) -> CORE0_DBUS_WR_IC_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 53 | pub fn core0_dbus_wr_ic(&mut self) -> CORE0_DBUS_WR_IC_W<'_, CORE0_ACS_CACHE_INT_CLR_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/extmem/cache_wrap_around_ctrl.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 29 | ) -> CACHE_FLASH_WRAP_AROUND_W { [INFO] [stdout] | ------------------------------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 29 | ) -> CACHE_FLASH_WRAP_AROUND_W<'_, CACHE_WRAP_AROUND_CTRL_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/extmem/cache_mmu_power_ctrl.rs:48:9 [INFO] [stdout] | [INFO] [stdout] 48 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 49 | ) -> CACHE_MMU_MEM_FORCE_ON_W { [INFO] [stdout] | --------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 49 | ) -> CACHE_MMU_MEM_FORCE_ON_W<'_, CACHE_MMU_POWER_CTRL_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/extmem/cache_mmu_power_ctrl.rs:55:9 [INFO] [stdout] | [INFO] [stdout] 55 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 56 | ) -> CACHE_MMU_MEM_FORCE_PD_W { [INFO] [stdout] | --------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 56 | ) -> CACHE_MMU_MEM_FORCE_PD_W<'_, CACHE_MMU_POWER_CTRL_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/extmem/cache_mmu_power_ctrl.rs:62:9 [INFO] [stdout] | [INFO] [stdout] 62 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 63 | ) -> CACHE_MMU_MEM_FORCE_PU_W { [INFO] [stdout] | --------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 63 | ) -> CACHE_MMU_MEM_FORCE_PU_W<'_, CACHE_MMU_POWER_CTRL_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/extmem/cache_encrypt_decrypt_record_disable.rs:44:9 [INFO] [stdout] | [INFO] [stdout] 44 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 45 | ) -> RECORD_DISABLE_DB_ENCRYPT_W { [INFO] [stdout] | ---------------------------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 45 | ) -> RECORD_DISABLE_DB_ENCRYPT_W<'_, CACHE_ENCRYPT_DECRYPT_RECORD_DISABLE_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/extmem/cache_encrypt_decrypt_record_disable.rs:51:9 [INFO] [stdout] | [INFO] [stdout] 51 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 52 | ) -> RECORD_DISABLE_G0CB_DECRYPT_W { [INFO] [stdout] | ------------------------------------------------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 52 | ) -> RECORD_DISABLE_G0CB_DECRYPT_W<'_, CACHE_ENCRYPT_DECRYPT_RECORD_DISABLE_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/extmem/cache_encrypt_decrypt_clk_force_on.rs:51:9 [INFO] [stdout] | [INFO] [stdout] 51 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 52 | ) -> CLK_FORCE_ON_MANUAL_CRYPT_W { [INFO] [stdout] | -------------------------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 52 | ) -> CLK_FORCE_ON_MANUAL_CRYPT_W<'_, CACHE_ENCRYPT_DECRYPT_CLK_FORCE_ON_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/extmem/cache_encrypt_decrypt_clk_force_on.rs:58:9 [INFO] [stdout] | [INFO] [stdout] 58 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 59 | ) -> CLK_FORCE_ON_AUTO_CRYPT_W { [INFO] [stdout] | ------------------------------------------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 59 | ) -> CLK_FORCE_ON_AUTO_CRYPT_W<'_, CACHE_ENCRYPT_DECRYPT_CLK_FORCE_ON_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/extmem/cache_encrypt_decrypt_clk_force_on.rs:65:9 [INFO] [stdout] | [INFO] [stdout] 65 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 66 | ) -> CLK_FORCE_ON_CRYPT_W { [INFO] [stdout] | ------------------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 66 | ) -> CLK_FORCE_ON_CRYPT_W<'_, CACHE_ENCRYPT_DECRYPT_CLK_FORCE_ON_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/extmem/cache_preload_int_ctrl.rs:37:16 [INFO] [stdout] | [INFO] [stdout] 37 | pub fn ena(&mut self) -> ENA_W { [INFO] [stdout] | ^^^^^^^^^ ---------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 37 | pub fn ena(&mut self) -> ENA_W<'_, CACHE_PRELOAD_INT_CTRL_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/extmem/cache_preload_int_ctrl.rs:42:16 [INFO] [stdout] | [INFO] [stdout] 42 | pub fn clr(&mut self) -> CLR_W { [INFO] [stdout] | ^^^^^^^^^ ---------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 42 | pub fn clr(&mut self) -> CLR_W<'_, CACHE_PRELOAD_INT_CTRL_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/extmem/cache_sync_int_ctrl.rs:37:16 [INFO] [stdout] | [INFO] [stdout] 37 | pub fn ena(&mut self) -> ENA_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 37 | pub fn ena(&mut self) -> ENA_W<'_, CACHE_SYNC_INT_CTRL_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/extmem/cache_sync_int_ctrl.rs:42:16 [INFO] [stdout] | [INFO] [stdout] 42 | pub fn clr(&mut self) -> CLR_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 42 | pub fn clr(&mut self) -> CLR_W<'_, CACHE_SYNC_INT_CTRL_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/extmem/cache_mmu_owner.rs:27:28 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn cache_mmu_owner(&mut self) -> CACHE_MMU_OWNER_W { [INFO] [stdout] | ^^^^^^^^^ --------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn cache_mmu_owner(&mut self) -> CACHE_MMU_OWNER_W<'_, CACHE_MMU_OWNER_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/extmem/cache_conf_misc.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 64 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 65 | ) -> CACHE_IGNORE_PRELOAD_MMU_ENTRY_FAULT_W { [INFO] [stdout] | ------------------------------------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 65 | ) -> CACHE_IGNORE_PRELOAD_MMU_ENTRY_FAULT_W<'_, CACHE_CONF_MISC_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/extmem/cache_conf_misc.rs:71:9 [INFO] [stdout] | [INFO] [stdout] 71 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 72 | ) -> CACHE_IGNORE_SYNC_MMU_ENTRY_FAULT_W { [INFO] [stdout] | --------------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 72 | ) -> CACHE_IGNORE_SYNC_MMU_ENTRY_FAULT_W<'_, CACHE_CONF_MISC_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/extmem/cache_conf_misc.rs:77:28 [INFO] [stdout] | [INFO] [stdout] 77 | pub fn cache_trace_ena(&mut self) -> CACHE_TRACE_ENA_W { [INFO] [stdout] | ^^^^^^^^^ --------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 77 | pub fn cache_trace_ena(&mut self) -> CACHE_TRACE_ENA_W<'_, CACHE_CONF_MISC_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/extmem/cache_conf_misc.rs:82:32 [INFO] [stdout] | [INFO] [stdout] 82 | pub fn cache_mmu_page_size(&mut self) -> CACHE_MMU_PAGE_SIZE_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 82 | pub fn cache_mmu_page_size(&mut self) -> CACHE_MMU_PAGE_SIZE_W<'_, CACHE_CONF_MISC_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/extmem/icache_freeze.rs:45:16 [INFO] [stdout] | [INFO] [stdout] 45 | pub fn ena(&mut self) -> ENA_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 45 | pub fn ena(&mut self) -> ENA_W<'_, ICACHE_FREEZE_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/extmem/icache_freeze.rs:50:17 [INFO] [stdout] | [INFO] [stdout] 50 | pub fn mode(&mut self) -> MODE_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 50 | pub fn mode(&mut self) -> MODE_W<'_, ICACHE_FREEZE_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/extmem/icache_atomic_operate_ena.rs:31:9 [INFO] [stdout] | [INFO] [stdout] 31 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 32 | ) -> ICACHE_ATOMIC_OPERATE_ENA_W { [INFO] [stdout] | ----------------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 32 | ) -> ICACHE_ATOMIC_OPERATE_ENA_W<'_, ICACHE_ATOMIC_OPERATE_ENA_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/extmem/cache_request.rs:27:19 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn bypass(&mut self) -> BYPASS_W { [INFO] [stdout] | ^^^^^^^^^ ---------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn bypass(&mut self) -> BYPASS_W<'_, CACHE_REQUEST_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/extmem/clock_gate.rs:27:19 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn clk_en(&mut self) -> CLK_EN_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn clk_en(&mut self) -> CLK_EN_W<'_, CLOCK_GATE_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/extmem/reg_date.rs:27:17 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn date(&mut self) -> DATE_W { [INFO] [stdout] | ^^^^^^^^^ --------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn date(&mut self) -> DATE_W<'_, REG_DATE_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/gpio/bt_select.rs:27:19 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn bt_sel(&mut self) -> BT_SEL_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn bt_sel(&mut self) -> BT_SEL_W<'_, BT_SELECT_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/gpio/out.rs:27:22 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn data_orig(&mut self) -> DATA_ORIG_W { [INFO] [stdout] | ^^^^^^^^^ --------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn data_orig(&mut self) -> DATA_ORIG_W<'_, OUT_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/gpio/out_w1ts.rs:14:21 [INFO] [stdout] | [INFO] [stdout] 14 | pub fn out_w1ts(&mut self) -> OUT_W1TS_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 14 | pub fn out_w1ts(&mut self) -> OUT_W1TS_W<'_, OUT_W1TS_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/gpio/out_w1tc.rs:14:21 [INFO] [stdout] | [INFO] [stdout] 14 | pub fn out_w1tc(&mut self) -> OUT_W1TC_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 14 | pub fn out_w1tc(&mut self) -> OUT_W1TC_W<'_, OUT_W1TC_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/gpio/sdio_select.rs:27:21 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn sdio_sel(&mut self) -> SDIO_SEL_W { [INFO] [stdout] | ^^^^^^^^^ ---------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn sdio_sel(&mut self) -> SDIO_SEL_W<'_, SDIO_SELECT_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/gpio/enable.rs:27:17 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn data(&mut self) -> DATA_W { [INFO] [stdout] | ^^^^^^^^^ ------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn data(&mut self) -> DATA_W<'_, ENABLE_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/gpio/enable_w1ts.rs:14:24 [INFO] [stdout] | [INFO] [stdout] 14 | pub fn enable_w1ts(&mut self) -> ENABLE_W1TS_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 14 | pub fn enable_w1ts(&mut self) -> ENABLE_W1TS_W<'_, ENABLE_W1TS_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/gpio/enable_w1tc.rs:14:24 [INFO] [stdout] | [INFO] [stdout] 14 | pub fn enable_w1tc(&mut self) -> ENABLE_W1TC_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 14 | pub fn enable_w1tc(&mut self) -> ENABLE_W1TC_W<'_, ENABLE_W1TC_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/gpio/status.rs:27:22 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn interrupt(&mut self) -> INTERRUPT_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn interrupt(&mut self) -> INTERRUPT_W<'_, STATUS_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/gpio/status_w1ts.rs:14:24 [INFO] [stdout] | [INFO] [stdout] 14 | pub fn status_w1ts(&mut self) -> STATUS_W1TS_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 14 | pub fn status_w1ts(&mut self) -> STATUS_W1TS_W<'_, STATUS_W1TS_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/gpio/status_w1tc.rs:14:24 [INFO] [stdout] | [INFO] [stdout] 14 | pub fn status_w1tc(&mut self) -> STATUS_W1TC_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 14 | pub fn status_w1tc(&mut self) -> STATUS_W1TC_W<'_, STATUS_W1TC_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/gpio/pin.rs:87:25 [INFO] [stdout] | [INFO] [stdout] 87 | pub fn sync2_bypass(&mut self) -> SYNC2_BYPASS_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 87 | pub fn sync2_bypass(&mut self) -> SYNC2_BYPASS_W<'_, PIN_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/gpio/pin.rs:92:23 [INFO] [stdout] | [INFO] [stdout] 92 | pub fn pad_driver(&mut self) -> PAD_DRIVER_W { [INFO] [stdout] | ^^^^^^^^^ ---------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 92 | pub fn pad_driver(&mut self) -> PAD_DRIVER_W<'_, PIN_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/gpio/pin.rs:97:25 [INFO] [stdout] | [INFO] [stdout] 97 | pub fn sync1_bypass(&mut self) -> SYNC1_BYPASS_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 97 | pub fn sync1_bypass(&mut self) -> SYNC1_BYPASS_W<'_, PIN_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/gpio/pin.rs:102:21 [INFO] [stdout] | [INFO] [stdout] 102 | pub fn int_type(&mut self) -> INT_TYPE_W { [INFO] [stdout] | ^^^^^^^^^ -------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 102 | pub fn int_type(&mut self) -> INT_TYPE_W<'_, PIN_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/gpio/pin.rs:107:26 [INFO] [stdout] | [INFO] [stdout] 107 | pub fn wakeup_enable(&mut self) -> WAKEUP_ENABLE_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 107 | pub fn wakeup_enable(&mut self) -> WAKEUP_ENABLE_W<'_, PIN_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/gpio/pin.rs:112:19 [INFO] [stdout] | [INFO] [stdout] 112 | pub fn config(&mut self) -> CONFIG_W { [INFO] [stdout] | ^^^^^^^^^ ------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 112 | pub fn config(&mut self) -> CONFIG_W<'_, PIN_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/gpio/pin.rs:117:20 [INFO] [stdout] | [INFO] [stdout] 117 | pub fn int_ena(&mut self) -> INT_ENA_W { [INFO] [stdout] | ^^^^^^^^^ ------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 117 | pub fn int_ena(&mut self) -> INT_ENA_W<'_, PIN_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/gpio/func_in_sel_cfg.rs:47:19 [INFO] [stdout] | [INFO] [stdout] 47 | pub fn in_sel(&mut self) -> IN_SEL_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 47 | pub fn in_sel(&mut self) -> IN_SEL_W<'_, FUNC_IN_SEL_CFG_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/gpio/func_in_sel_cfg.rs:52:23 [INFO] [stdout] | [INFO] [stdout] 52 | pub fn in_inv_sel(&mut self) -> IN_INV_SEL_W { [INFO] [stdout] | ^^^^^^^^^ ---------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 52 | pub fn in_inv_sel(&mut self) -> IN_INV_SEL_W<'_, FUNC_IN_SEL_CFG_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/gpio/func_in_sel_cfg.rs:57:16 [INFO] [stdout] | [INFO] [stdout] 57 | pub fn sel(&mut self) -> SEL_W { [INFO] [stdout] | ^^^^^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 57 | pub fn sel(&mut self) -> SEL_W<'_, FUNC_IN_SEL_CFG_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/gpio/func_out_sel_cfg.rs:57:20 [INFO] [stdout] | [INFO] [stdout] 57 | pub fn out_sel(&mut self) -> OUT_SEL_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 57 | pub fn out_sel(&mut self) -> OUT_SEL_W<'_, FUNC_OUT_SEL_CFG_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/gpio/func_out_sel_cfg.rs:62:20 [INFO] [stdout] | [INFO] [stdout] 62 | pub fn inv_sel(&mut self) -> INV_SEL_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 62 | pub fn inv_sel(&mut self) -> INV_SEL_W<'_, FUNC_OUT_SEL_CFG_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/gpio/func_out_sel_cfg.rs:67:20 [INFO] [stdout] | [INFO] [stdout] 67 | pub fn oen_sel(&mut self) -> OEN_SEL_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 67 | pub fn oen_sel(&mut self) -> OEN_SEL_W<'_, FUNC_OUT_SEL_CFG_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/gpio/func_out_sel_cfg.rs:72:24 [INFO] [stdout] | [INFO] [stdout] 72 | pub fn oen_inv_sel(&mut self) -> OEN_INV_SEL_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 72 | pub fn oen_inv_sel(&mut self) -> OEN_INV_SEL_W<'_, FUNC_OUT_SEL_CFG_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/gpio/clock_gate.rs:27:19 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn clk_en(&mut self) -> CLK_EN_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn clk_en(&mut self) -> CLK_EN_W<'_, CLOCK_GATE_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/gpio/reg_date.rs:27:21 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn reg_date(&mut self) -> REG_DATE_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn reg_date(&mut self) -> REG_DATE_W<'_, REG_DATE_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/i2c0/scl_low_period.rs:27:27 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn scl_low_period(&mut self) -> SCL_LOW_PERIOD_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn scl_low_period(&mut self) -> SCL_LOW_PERIOD_W<'_, SCL_LOW_PERIOD_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/i2c0/ctr.rs:123:26 [INFO] [stdout] | [INFO] [stdout] 123 | pub fn sda_force_out(&mut self) -> SDA_FORCE_OUT_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 123 | pub fn sda_force_out(&mut self) -> SDA_FORCE_OUT_W<'_, CTR_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/i2c0/ctr.rs:128:26 [INFO] [stdout] | [INFO] [stdout] 128 | pub fn scl_force_out(&mut self) -> SCL_FORCE_OUT_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 128 | pub fn scl_force_out(&mut self) -> SCL_FORCE_OUT_W<'_, CTR_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/i2c0/ctr.rs:133:29 [INFO] [stdout] | [INFO] [stdout] 133 | pub fn sample_scl_level(&mut self) -> SAMPLE_SCL_LEVEL_W { [INFO] [stdout] | ^^^^^^^^^ ---------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 133 | pub fn sample_scl_level(&mut self) -> SAMPLE_SCL_LEVEL_W<'_, CTR_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/i2c0/ctr.rs:138:30 [INFO] [stdout] | [INFO] [stdout] 138 | pub fn rx_full_ack_level(&mut self) -> RX_FULL_ACK_LEVEL_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 138 | pub fn rx_full_ack_level(&mut self) -> RX_FULL_ACK_LEVEL_W<'_, CTR_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/i2c0/ctr.rs:143:20 [INFO] [stdout] | [INFO] [stdout] 143 | pub fn ms_mode(&mut self) -> MS_MODE_W { [INFO] [stdout] | ^^^^^^^^^ ------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 143 | pub fn ms_mode(&mut self) -> MS_MODE_W<'_, CTR_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/i2c0/ctr.rs:148:24 [INFO] [stdout] | [INFO] [stdout] 148 | pub fn trans_start(&mut self) -> TRANS_START_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 148 | pub fn trans_start(&mut self) -> TRANS_START_W<'_, CTR_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/i2c0/ctr.rs:153:25 [INFO] [stdout] | [INFO] [stdout] 153 | pub fn tx_lsb_first(&mut self) -> TX_LSB_FIRST_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 153 | pub fn tx_lsb_first(&mut self) -> TX_LSB_FIRST_W<'_, CTR_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/i2c0/ctr.rs:158:25 [INFO] [stdout] | [INFO] [stdout] 158 | pub fn rx_lsb_first(&mut self) -> RX_LSB_FIRST_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 158 | pub fn rx_lsb_first(&mut self) -> RX_LSB_FIRST_W<'_, CTR_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/i2c0/ctr.rs:163:19 [INFO] [stdout] | [INFO] [stdout] 163 | pub fn clk_en(&mut self) -> CLK_EN_W { [INFO] [stdout] | ^^^^^^^^^ ------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 163 | pub fn clk_en(&mut self) -> CLK_EN_W<'_, CTR_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/i2c0/ctr.rs:168:27 [INFO] [stdout] | [INFO] [stdout] 168 | pub fn arbitration_en(&mut self) -> ARBITRATION_EN_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 168 | pub fn arbitration_en(&mut self) -> ARBITRATION_EN_W<'_, CTR_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/i2c0/ctr.rs:173:20 [INFO] [stdout] | [INFO] [stdout] 173 | pub fn fsm_rst(&mut self) -> FSM_RST_W { [INFO] [stdout] | ^^^^^^^^^ ------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 173 | pub fn fsm_rst(&mut self) -> FSM_RST_W<'_, CTR_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/i2c0/ctr.rs:178:24 [INFO] [stdout] | [INFO] [stdout] 178 | pub fn conf_upgate(&mut self) -> CONF_UPGATE_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 178 | pub fn conf_upgate(&mut self) -> CONF_UPGATE_W<'_, CTR_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/i2c0/ctr.rs:183:33 [INFO] [stdout] | [INFO] [stdout] 183 | pub fn slv_tx_auto_start_en(&mut self) -> SLV_TX_AUTO_START_EN_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 183 | pub fn slv_tx_auto_start_en(&mut self) -> SLV_TX_AUTO_START_EN_W<'_, CTR_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/i2c0/to.rs:37:27 [INFO] [stdout] | [INFO] [stdout] 37 | pub fn time_out_value(&mut self) -> TIME_OUT_VALUE_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 37 | pub fn time_out_value(&mut self) -> TIME_OUT_VALUE_W<'_, TO_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/i2c0/to.rs:42:24 [INFO] [stdout] | [INFO] [stdout] 42 | pub fn time_out_en(&mut self) -> TIME_OUT_EN_W { [INFO] [stdout] | ^^^^^^^^^ ---------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 42 | pub fn time_out_en(&mut self) -> TIME_OUT_EN_W<'_, TO_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/i2c0/fifo_conf.rs:77:28 [INFO] [stdout] | [INFO] [stdout] 77 | pub fn rxfifo_wm_thrhd(&mut self) -> RXFIFO_WM_THRHD_W { [INFO] [stdout] | ^^^^^^^^^ --------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 77 | pub fn rxfifo_wm_thrhd(&mut self) -> RXFIFO_WM_THRHD_W<'_, FIFO_CONF_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/i2c0/fifo_conf.rs:82:28 [INFO] [stdout] | [INFO] [stdout] 82 | pub fn txfifo_wm_thrhd(&mut self) -> TXFIFO_WM_THRHD_W { [INFO] [stdout] | ^^^^^^^^^ --------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 82 | pub fn txfifo_wm_thrhd(&mut self) -> TXFIFO_WM_THRHD_W<'_, FIFO_CONF_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/i2c0/fifo_conf.rs:87:23 [INFO] [stdout] | [INFO] [stdout] 87 | pub fn nonfifo_en(&mut self) -> NONFIFO_EN_W { [INFO] [stdout] | ^^^^^^^^^ ---------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 87 | pub fn nonfifo_en(&mut self) -> NONFIFO_EN_W<'_, FIFO_CONF_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/i2c0/fifo_conf.rs:92:24 [INFO] [stdout] | [INFO] [stdout] 92 | pub fn rx_fifo_rst(&mut self) -> RX_FIFO_RST_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 92 | pub fn rx_fifo_rst(&mut self) -> RX_FIFO_RST_W<'_, FIFO_CONF_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/i2c0/fifo_conf.rs:97:24 [INFO] [stdout] | [INFO] [stdout] 97 | pub fn tx_fifo_rst(&mut self) -> TX_FIFO_RST_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 97 | pub fn tx_fifo_rst(&mut self) -> TX_FIFO_RST_W<'_, FIFO_CONF_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/i2c0/fifo_conf.rs:102:24 [INFO] [stdout] | [INFO] [stdout] 102 | pub fn fifo_prt_en(&mut self) -> FIFO_PRT_EN_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 102 | pub fn fifo_prt_en(&mut self) -> FIFO_PRT_EN_W<'_, FIFO_CONF_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/i2c0/data.rs:27:23 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn fifo_rdata(&mut self) -> FIFO_RDATA_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn fifo_rdata(&mut self) -> FIFO_RDATA_W<'_, DATA_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/i2c0/int_clr.rs:44:22 [INFO] [stdout] | [INFO] [stdout] 44 | pub fn rxfifo_wm(&mut self) -> RXFIFO_WM_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 44 | pub fn rxfifo_wm(&mut self) -> RXFIFO_WM_W<'_, INT_CLR_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/i2c0/int_clr.rs:49:22 [INFO] [stdout] | [INFO] [stdout] 49 | pub fn txfifo_wm(&mut self) -> TXFIFO_WM_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 49 | pub fn txfifo_wm(&mut self) -> TXFIFO_WM_W<'_, INT_CLR_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/i2c0/int_clr.rs:54:23 [INFO] [stdout] | [INFO] [stdout] 54 | pub fn rxfifo_ovf(&mut self) -> RXFIFO_OVF_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 54 | pub fn rxfifo_ovf(&mut self) -> RXFIFO_OVF_W<'_, INT_CLR_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/i2c0/int_clr.rs:59:23 [INFO] [stdout] | [INFO] [stdout] 59 | pub fn end_detect(&mut self) -> END_DETECT_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 59 | pub fn end_detect(&mut self) -> END_DETECT_W<'_, INT_CLR_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/i2c0/int_clr.rs:64:28 [INFO] [stdout] | [INFO] [stdout] 64 | pub fn byte_trans_done(&mut self) -> BYTE_TRANS_DONE_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 64 | pub fn byte_trans_done(&mut self) -> BYTE_TRANS_DONE_W<'_, INT_CLR_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/i2c0/int_clr.rs:69:29 [INFO] [stdout] | [INFO] [stdout] 69 | pub fn arbitration_lost(&mut self) -> ARBITRATION_LOST_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 69 | pub fn arbitration_lost(&mut self) -> ARBITRATION_LOST_W<'_, INT_CLR_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/i2c0/int_clr.rs:74:27 [INFO] [stdout] | [INFO] [stdout] 74 | pub fn mst_txfifo_udf(&mut self) -> MST_TXFIFO_UDF_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 74 | pub fn mst_txfifo_udf(&mut self) -> MST_TXFIFO_UDF_W<'_, INT_CLR_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/i2c0/int_clr.rs:79:27 [INFO] [stdout] | [INFO] [stdout] 79 | pub fn trans_complete(&mut self) -> TRANS_COMPLETE_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 79 | pub fn trans_complete(&mut self) -> TRANS_COMPLETE_W<'_, INT_CLR_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/i2c0/int_clr.rs:84:21 [INFO] [stdout] | [INFO] [stdout] 84 | pub fn time_out(&mut self) -> TIME_OUT_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 84 | pub fn time_out(&mut self) -> TIME_OUT_W<'_, INT_CLR_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/i2c0/int_clr.rs:89:24 [INFO] [stdout] | [INFO] [stdout] 89 | pub fn trans_start(&mut self) -> TRANS_START_W { [INFO] [stdout] | ^^^^^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 89 | pub fn trans_start(&mut self) -> TRANS_START_W<'_, INT_CLR_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/i2c0/int_clr.rs:94:17 [INFO] [stdout] | [INFO] [stdout] 94 | pub fn nack(&mut self) -> NACK_W { [INFO] [stdout] | ^^^^^^^^^ -------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 94 | pub fn nack(&mut self) -> NACK_W<'_, INT_CLR_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/i2c0/int_clr.rs:99:23 [INFO] [stdout] | [INFO] [stdout] 99 | pub fn txfifo_ovf(&mut self) -> TXFIFO_OVF_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 99 | pub fn txfifo_ovf(&mut self) -> TXFIFO_OVF_W<'_, INT_CLR_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/i2c0/int_clr.rs:104:23 [INFO] [stdout] | [INFO] [stdout] 104 | pub fn rxfifo_udf(&mut self) -> RXFIFO_UDF_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 104 | pub fn rxfifo_udf(&mut self) -> RXFIFO_UDF_W<'_, INT_CLR_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/i2c0/int_clr.rs:109:22 [INFO] [stdout] | [INFO] [stdout] 109 | pub fn scl_st_to(&mut self) -> SCL_ST_TO_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 109 | pub fn scl_st_to(&mut self) -> SCL_ST_TO_W<'_, INT_CLR_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/i2c0/int_clr.rs:114:27 [INFO] [stdout] | [INFO] [stdout] 114 | pub fn scl_main_st_to(&mut self) -> SCL_MAIN_ST_TO_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 114 | pub fn scl_main_st_to(&mut self) -> SCL_MAIN_ST_TO_W<'_, INT_CLR_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/i2c0/int_clr.rs:119:22 [INFO] [stdout] | [INFO] [stdout] 119 | pub fn det_start(&mut self) -> DET_START_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 119 | pub fn det_start(&mut self) -> DET_START_W<'_, INT_CLR_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/i2c0/int_ena.rs:177:22 [INFO] [stdout] | [INFO] [stdout] 177 | pub fn rxfifo_wm(&mut self) -> RXFIFO_WM_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 177 | pub fn rxfifo_wm(&mut self) -> RXFIFO_WM_W<'_, INT_ENA_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/i2c0/int_ena.rs:182:22 [INFO] [stdout] | [INFO] [stdout] 182 | pub fn txfifo_wm(&mut self) -> TXFIFO_WM_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 182 | pub fn txfifo_wm(&mut self) -> TXFIFO_WM_W<'_, INT_ENA_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/i2c0/int_ena.rs:187:23 [INFO] [stdout] | [INFO] [stdout] 187 | pub fn rxfifo_ovf(&mut self) -> RXFIFO_OVF_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 187 | pub fn rxfifo_ovf(&mut self) -> RXFIFO_OVF_W<'_, INT_ENA_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/i2c0/int_ena.rs:192:23 [INFO] [stdout] | [INFO] [stdout] 192 | pub fn end_detect(&mut self) -> END_DETECT_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 192 | pub fn end_detect(&mut self) -> END_DETECT_W<'_, INT_ENA_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/i2c0/int_ena.rs:197:28 [INFO] [stdout] | [INFO] [stdout] 197 | pub fn byte_trans_done(&mut self) -> BYTE_TRANS_DONE_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 197 | pub fn byte_trans_done(&mut self) -> BYTE_TRANS_DONE_W<'_, INT_ENA_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/i2c0/int_ena.rs:202:29 [INFO] [stdout] | [INFO] [stdout] 202 | pub fn arbitration_lost(&mut self) -> ARBITRATION_LOST_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 202 | pub fn arbitration_lost(&mut self) -> ARBITRATION_LOST_W<'_, INT_ENA_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/i2c0/int_ena.rs:207:27 [INFO] [stdout] | [INFO] [stdout] 207 | pub fn mst_txfifo_udf(&mut self) -> MST_TXFIFO_UDF_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 207 | pub fn mst_txfifo_udf(&mut self) -> MST_TXFIFO_UDF_W<'_, INT_ENA_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/i2c0/int_ena.rs:212:27 [INFO] [stdout] | [INFO] [stdout] 212 | pub fn trans_complete(&mut self) -> TRANS_COMPLETE_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 212 | pub fn trans_complete(&mut self) -> TRANS_COMPLETE_W<'_, INT_ENA_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/i2c0/int_ena.rs:217:21 [INFO] [stdout] | [INFO] [stdout] 217 | pub fn time_out(&mut self) -> TIME_OUT_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 217 | pub fn time_out(&mut self) -> TIME_OUT_W<'_, INT_ENA_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/i2c0/int_ena.rs:222:24 [INFO] [stdout] | [INFO] [stdout] 222 | pub fn trans_start(&mut self) -> TRANS_START_W { [INFO] [stdout] | ^^^^^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 222 | pub fn trans_start(&mut self) -> TRANS_START_W<'_, INT_ENA_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/i2c0/int_ena.rs:227:17 [INFO] [stdout] | [INFO] [stdout] 227 | pub fn nack(&mut self) -> NACK_W { [INFO] [stdout] | ^^^^^^^^^ -------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 227 | pub fn nack(&mut self) -> NACK_W<'_, INT_ENA_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/i2c0/int_ena.rs:232:23 [INFO] [stdout] | [INFO] [stdout] 232 | pub fn txfifo_ovf(&mut self) -> TXFIFO_OVF_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 232 | pub fn txfifo_ovf(&mut self) -> TXFIFO_OVF_W<'_, INT_ENA_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/i2c0/int_ena.rs:237:23 [INFO] [stdout] | [INFO] [stdout] 237 | pub fn rxfifo_udf(&mut self) -> RXFIFO_UDF_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 237 | pub fn rxfifo_udf(&mut self) -> RXFIFO_UDF_W<'_, INT_ENA_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/i2c0/int_ena.rs:242:22 [INFO] [stdout] | [INFO] [stdout] 242 | pub fn scl_st_to(&mut self) -> SCL_ST_TO_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 242 | pub fn scl_st_to(&mut self) -> SCL_ST_TO_W<'_, INT_ENA_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/i2c0/int_ena.rs:247:27 [INFO] [stdout] | [INFO] [stdout] 247 | pub fn scl_main_st_to(&mut self) -> SCL_MAIN_ST_TO_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 247 | pub fn scl_main_st_to(&mut self) -> SCL_MAIN_ST_TO_W<'_, INT_ENA_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/i2c0/int_ena.rs:252:22 [INFO] [stdout] | [INFO] [stdout] 252 | pub fn det_start(&mut self) -> DET_START_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 252 | pub fn det_start(&mut self) -> DET_START_W<'_, INT_ENA_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/i2c0/sda_hold.rs:27:17 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn time(&mut self) -> TIME_W { [INFO] [stdout] | ^^^^^^^^^ --------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn time(&mut self) -> TIME_W<'_, SDA_HOLD_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/i2c0/sda_sample.rs:27:17 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn time(&mut self) -> TIME_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn time(&mut self) -> TIME_W<'_, SDA_SAMPLE_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/i2c0/scl_high_period.rs:37:28 [INFO] [stdout] | [INFO] [stdout] 37 | pub fn scl_high_period(&mut self) -> SCL_HIGH_PERIOD_W { [INFO] [stdout] | ^^^^^^^^^ --------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 37 | pub fn scl_high_period(&mut self) -> SCL_HIGH_PERIOD_W<'_, SCL_HIGH_PERIOD_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/i2c0/scl_high_period.rs:42:33 [INFO] [stdout] | [INFO] [stdout] 42 | pub fn scl_wait_high_period(&mut self) -> SCL_WAIT_HIGH_PERIOD_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 42 | pub fn scl_wait_high_period(&mut self) -> SCL_WAIT_HIGH_PERIOD_W<'_, SCL_HIGH_PERIOD_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/i2c0/scl_start_hold.rs:27:17 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn time(&mut self) -> TIME_W { [INFO] [stdout] | ^^^^^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn time(&mut self) -> TIME_W<'_, SCL_START_HOLD_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/i2c0/scl_rstart_setup.rs:27:17 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn time(&mut self) -> TIME_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn time(&mut self) -> TIME_W<'_, SCL_RSTART_SETUP_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/i2c0/scl_stop_hold.rs:27:17 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn time(&mut self) -> TIME_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn time(&mut self) -> TIME_W<'_, SCL_STOP_HOLD_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/i2c0/scl_stop_setup.rs:27:17 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn time(&mut self) -> TIME_W { [INFO] [stdout] | ^^^^^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn time(&mut self) -> TIME_W<'_, SCL_STOP_SETUP_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/i2c0/filter_cfg.rs:57:29 [INFO] [stdout] | [INFO] [stdout] 57 | pub fn scl_filter_thres(&mut self) -> SCL_FILTER_THRES_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 57 | pub fn scl_filter_thres(&mut self) -> SCL_FILTER_THRES_W<'_, FILTER_CFG_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/i2c0/filter_cfg.rs:62:29 [INFO] [stdout] | [INFO] [stdout] 62 | pub fn sda_filter_thres(&mut self) -> SDA_FILTER_THRES_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 62 | pub fn sda_filter_thres(&mut self) -> SDA_FILTER_THRES_W<'_, FILTER_CFG_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/i2c0/filter_cfg.rs:67:26 [INFO] [stdout] | [INFO] [stdout] 67 | pub fn scl_filter_en(&mut self) -> SCL_FILTER_EN_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 67 | pub fn scl_filter_en(&mut self) -> SCL_FILTER_EN_W<'_, FILTER_CFG_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/i2c0/filter_cfg.rs:72:26 [INFO] [stdout] | [INFO] [stdout] 72 | pub fn sda_filter_en(&mut self) -> SDA_FILTER_EN_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 72 | pub fn sda_filter_en(&mut self) -> SDA_FILTER_EN_W<'_, FILTER_CFG_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/i2c0/clk_conf.rs:67:25 [INFO] [stdout] | [INFO] [stdout] 67 | pub fn sclk_div_num(&mut self) -> SCLK_DIV_NUM_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 67 | pub fn sclk_div_num(&mut self) -> SCLK_DIV_NUM_W<'_, CLK_CONF_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/i2c0/clk_conf.rs:72:23 [INFO] [stdout] | [INFO] [stdout] 72 | pub fn sclk_div_a(&mut self) -> SCLK_DIV_A_W { [INFO] [stdout] | ^^^^^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 72 | pub fn sclk_div_a(&mut self) -> SCLK_DIV_A_W<'_, CLK_CONF_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/i2c0/clk_conf.rs:77:23 [INFO] [stdout] | [INFO] [stdout] 77 | pub fn sclk_div_b(&mut self) -> SCLK_DIV_B_W { [INFO] [stdout] | ^^^^^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 77 | pub fn sclk_div_b(&mut self) -> SCLK_DIV_B_W<'_, CLK_CONF_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/i2c0/clk_conf.rs:82:21 [INFO] [stdout] | [INFO] [stdout] 82 | pub fn sclk_sel(&mut self) -> SCLK_SEL_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 82 | pub fn sclk_sel(&mut self) -> SCLK_SEL_W<'_, CLK_CONF_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/i2c0/clk_conf.rs:87:24 [INFO] [stdout] | [INFO] [stdout] 87 | pub fn sclk_active(&mut self) -> SCLK_ACTIVE_W { [INFO] [stdout] | ^^^^^^^^^ ---------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 87 | pub fn sclk_active(&mut self) -> SCLK_ACTIVE_W<'_, CLK_CONF_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/i2c0/comd.rs:173:21 [INFO] [stdout] | [INFO] [stdout] 173 | pub fn byte_num(&mut self) -> BYTE_NUM_W { [INFO] [stdout] | ^^^^^^^^^ --------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 173 | pub fn byte_num(&mut self) -> BYTE_NUM_W<'_, COMD_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/i2c0/comd.rs:178:25 [INFO] [stdout] | [INFO] [stdout] 178 | pub fn ack_check_en(&mut self) -> ACK_CHECK_EN_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 178 | pub fn ack_check_en(&mut self) -> ACK_CHECK_EN_W<'_, COMD_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/i2c0/comd.rs:183:20 [INFO] [stdout] | [INFO] [stdout] 183 | pub fn ack_exp(&mut self) -> ACK_EXP_W { [INFO] [stdout] | ^^^^^^^^^ -------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 183 | pub fn ack_exp(&mut self) -> ACK_EXP_W<'_, COMD_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/i2c0/comd.rs:188:22 [INFO] [stdout] | [INFO] [stdout] 188 | pub fn ack_value(&mut self) -> ACK_VALUE_W { [INFO] [stdout] | ^^^^^^^^^ ---------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 188 | pub fn ack_value(&mut self) -> ACK_VALUE_W<'_, COMD_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/i2c0/comd.rs:193:19 [INFO] [stdout] | [INFO] [stdout] 193 | pub fn opcode(&mut self) -> OPCODE_W { [INFO] [stdout] | ^^^^^^^^^ ------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 193 | pub fn opcode(&mut self) -> OPCODE_W<'_, COMD_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/i2c0/comd.rs:198:25 [INFO] [stdout] | [INFO] [stdout] 198 | pub fn command_done(&mut self) -> COMMAND_DONE_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 198 | pub fn command_done(&mut self) -> COMMAND_DONE_W<'_, COMD_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/i2c0/scl_st_time_out.rs:27:22 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn scl_st_to(&mut self) -> SCL_ST_TO_W { [INFO] [stdout] | ^^^^^^^^^ --------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn scl_st_to(&mut self) -> SCL_ST_TO_W<'_, SCL_ST_TIME_OUT_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/i2c0/scl_main_st_time_out.rs:27:27 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn scl_main_st_to(&mut self) -> SCL_MAIN_ST_TO_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn scl_main_st_to(&mut self) -> SCL_MAIN_ST_TO_W<'_, SCL_MAIN_ST_TIME_OUT_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/i2c0/scl_sp_conf.rs:57:27 [INFO] [stdout] | [INFO] [stdout] 57 | pub fn scl_rst_slv_en(&mut self) -> SCL_RST_SLV_EN_W { [INFO] [stdout] | ^^^^^^^^^ ---------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 57 | pub fn scl_rst_slv_en(&mut self) -> SCL_RST_SLV_EN_W<'_, SCL_SP_CONF_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/i2c0/scl_sp_conf.rs:62:28 [INFO] [stdout] | [INFO] [stdout] 62 | pub fn scl_rst_slv_num(&mut self) -> SCL_RST_SLV_NUM_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 62 | pub fn scl_rst_slv_num(&mut self) -> SCL_RST_SLV_NUM_W<'_, SCL_SP_CONF_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/i2c0/scl_sp_conf.rs:67:22 [INFO] [stdout] | [INFO] [stdout] 67 | pub fn scl_pd_en(&mut self) -> SCL_PD_EN_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 67 | pub fn scl_pd_en(&mut self) -> SCL_PD_EN_W<'_, SCL_SP_CONF_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/i2c0/scl_sp_conf.rs:72:22 [INFO] [stdout] | [INFO] [stdout] 72 | pub fn sda_pd_en(&mut self) -> SDA_PD_EN_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 72 | pub fn sda_pd_en(&mut self) -> SDA_PD_EN_W<'_, SCL_SP_CONF_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/i2c0/date.rs:25:17 [INFO] [stdout] | [INFO] [stdout] 25 | pub fn date(&mut self) -> DATE_W { [INFO] [stdout] | ^^^^^^^^^ ----------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 25 | pub fn date(&mut self) -> DATE_W<'_, DATE_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/interrupt_core0/mac_intr_map.rs:27:29 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn wifi_mac_int_map(&mut self) -> WIFI_MAC_INT_MAP_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn wifi_mac_int_map(&mut self) -> WIFI_MAC_INT_MAP_W<'_, MAC_INTR_MAP_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/interrupt_core0/wifi_mac_nmi_map.rs:27:29 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn wifi_mac_nmi_map(&mut self) -> WIFI_MAC_NMI_MAP_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn wifi_mac_nmi_map(&mut self) -> WIFI_MAC_NMI_MAP_W<'_, WIFI_MAC_NMI_MAP_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/interrupt_core0/wifi_pwr_int_map.rs:27:29 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn wifi_pwr_int_map(&mut self) -> WIFI_PWR_INT_MAP_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn wifi_pwr_int_map(&mut self) -> WIFI_PWR_INT_MAP_W<'_, WIFI_PWR_INT_MAP_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/interrupt_core0/wifi_bb_int_map.rs:27:28 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn wifi_bb_int_map(&mut self) -> WIFI_BB_INT_MAP_W { [INFO] [stdout] | ^^^^^^^^^ --------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn wifi_bb_int_map(&mut self) -> WIFI_BB_INT_MAP_W<'_, WIFI_BB_INT_MAP_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/interrupt_core0/bt_mac_int_map.rs:27:27 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn bt_mac_int_map(&mut self) -> BT_MAC_INT_MAP_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn bt_mac_int_map(&mut self) -> BT_MAC_INT_MAP_W<'_, BT_MAC_INT_MAP_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/interrupt_core0/bt_bb_int_map.rs:27:26 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn bt_bb_int_map(&mut self) -> BT_BB_INT_MAP_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn bt_bb_int_map(&mut self) -> BT_BB_INT_MAP_W<'_, BT_BB_INT_MAP_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/interrupt_core0/bt_bb_nmi_map.rs:27:26 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn bt_bb_nmi_map(&mut self) -> BT_BB_NMI_MAP_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn bt_bb_nmi_map(&mut self) -> BT_BB_NMI_MAP_W<'_, BT_BB_NMI_MAP_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/interrupt_core0/lp_timer_int_map.rs:27:29 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn lp_timer_int_map(&mut self) -> LP_TIMER_INT_MAP_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn lp_timer_int_map(&mut self) -> LP_TIMER_INT_MAP_W<'_, LP_TIMER_INT_MAP_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/interrupt_core0/coex_int_map.rs:27:25 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn coex_int_map(&mut self) -> COEX_INT_MAP_W { [INFO] [stdout] | ^^^^^^^^^ --------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn coex_int_map(&mut self) -> COEX_INT_MAP_W<'_, COEX_INT_MAP_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/interrupt_core0/ble_timer_int_map.rs:27:30 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn ble_timer_int_map(&mut self) -> BLE_TIMER_INT_MAP_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn ble_timer_int_map(&mut self) -> BLE_TIMER_INT_MAP_W<'_, BLE_TIMER_INT_MAP_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/interrupt_core0/ble_sec_int_map.rs:27:28 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn ble_sec_int_map(&mut self) -> BLE_SEC_INT_MAP_W { [INFO] [stdout] | ^^^^^^^^^ --------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn ble_sec_int_map(&mut self) -> BLE_SEC_INT_MAP_W<'_, BLE_SEC_INT_MAP_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/interrupt_core0/i2c_mst_int_map.rs:27:28 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn i2c_mst_int_map(&mut self) -> I2C_MST_INT_MAP_W { [INFO] [stdout] | ^^^^^^^^^ --------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn i2c_mst_int_map(&mut self) -> I2C_MST_INT_MAP_W<'_, I2C_MST_INT_MAP_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/interrupt_core0/apb_ctrl_intr_map.rs:27:30 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn apb_ctrl_intr_map(&mut self) -> APB_CTRL_INTR_MAP_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn apb_ctrl_intr_map(&mut self) -> APB_CTRL_INTR_MAP_W<'_, APB_CTRL_INTR_MAP_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/interrupt_core0/gpio_interrupt_pro_map.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 29 | ) -> GPIO_INTERRUPT_PRO_MAP_W { [INFO] [stdout] | ----------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 29 | ) -> GPIO_INTERRUPT_PRO_MAP_W<'_, GPIO_INTERRUPT_PRO_MAP_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/interrupt_core0/gpio_interrupt_pro_nmi_map.rs:31:9 [INFO] [stdout] | [INFO] [stdout] 31 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 32 | ) -> GPIO_INTERRUPT_PRO_NMI_MAP_W { [INFO] [stdout] | ------------------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 32 | ) -> GPIO_INTERRUPT_PRO_NMI_MAP_W<'_, GPIO_INTERRUPT_PRO_NMI_MAP_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/interrupt_core0/spi_intr_1_map.rs:27:27 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn spi_intr_1_map(&mut self) -> SPI_INTR_1_MAP_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn spi_intr_1_map(&mut self) -> SPI_INTR_1_MAP_W<'_, SPI_INTR_1_MAP_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/interrupt_core0/spi_intr_2_map.rs:27:27 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn spi_intr_2_map(&mut self) -> SPI_INTR_2_MAP_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn spi_intr_2_map(&mut self) -> SPI_INTR_2_MAP_W<'_, SPI_INTR_2_MAP_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/interrupt_core0/uart_intr_map.rs:27:26 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn uart_intr_map(&mut self) -> UART_INTR_MAP_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn uart_intr_map(&mut self) -> UART_INTR_MAP_W<'_, UART_INTR_MAP_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/interrupt_core0/uart1_intr_map.rs:27:27 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn uart1_intr_map(&mut self) -> UART1_INTR_MAP_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn uart1_intr_map(&mut self) -> UART1_INTR_MAP_W<'_, UART1_INTR_MAP_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/interrupt_core0/ledc_int_map.rs:27:25 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn ledc_int_map(&mut self) -> LEDC_INT_MAP_W { [INFO] [stdout] | ^^^^^^^^^ --------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn ledc_int_map(&mut self) -> LEDC_INT_MAP_W<'_, LEDC_INT_MAP_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/interrupt_core0/efuse_int_map.rs:27:26 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn efuse_int_map(&mut self) -> EFUSE_INT_MAP_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn efuse_int_map(&mut self) -> EFUSE_INT_MAP_W<'_, EFUSE_INT_MAP_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/interrupt_core0/rtc_core_intr_map.rs:27:30 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn rtc_core_intr_map(&mut self) -> RTC_CORE_INTR_MAP_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn rtc_core_intr_map(&mut self) -> RTC_CORE_INTR_MAP_W<'_, RTC_CORE_INTR_MAP_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/interrupt_core0/i2c_ext0_intr_map.rs:27:30 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn i2c_ext0_intr_map(&mut self) -> I2C_EXT0_INTR_MAP_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn i2c_ext0_intr_map(&mut self) -> I2C_EXT0_INTR_MAP_W<'_, I2C_EXT0_INTR_MAP_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/interrupt_core0/tg_t0_int_map.rs:27:26 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn tg_t0_int_map(&mut self) -> TG_T0_INT_MAP_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn tg_t0_int_map(&mut self) -> TG_T0_INT_MAP_W<'_, TG_T0_INT_MAP_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/interrupt_core0/tg_wdt_int_map.rs:27:27 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn tg_wdt_int_map(&mut self) -> TG_WDT_INT_MAP_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn tg_wdt_int_map(&mut self) -> TG_WDT_INT_MAP_W<'_, TG_WDT_INT_MAP_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/interrupt_core0/cache_ia_int_map.rs:27:29 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn cache_ia_int_map(&mut self) -> CACHE_IA_INT_MAP_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn cache_ia_int_map(&mut self) -> CACHE_IA_INT_MAP_W<'_, CACHE_IA_INT_MAP_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/interrupt_core0/systimer_target0_int_map.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 29 | ) -> SYSTIMER_TARGET0_INT_MAP_W { [INFO] [stdout] | --------------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 29 | ) -> SYSTIMER_TARGET0_INT_MAP_W<'_, SYSTIMER_TARGET0_INT_MAP_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/interrupt_core0/systimer_target1_int_map.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 29 | ) -> SYSTIMER_TARGET1_INT_MAP_W { [INFO] [stdout] | --------------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 29 | ) -> SYSTIMER_TARGET1_INT_MAP_W<'_, SYSTIMER_TARGET1_INT_MAP_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/interrupt_core0/systimer_target2_int_map.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 29 | ) -> SYSTIMER_TARGET2_INT_MAP_W { [INFO] [stdout] | --------------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 29 | ) -> SYSTIMER_TARGET2_INT_MAP_W<'_, SYSTIMER_TARGET2_INT_MAP_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/interrupt_core0/spi_mem_reject_intr_map.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 29 | ) -> SPI_MEM_REJECT_INTR_MAP_W { [INFO] [stdout] | ------------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 29 | ) -> SPI_MEM_REJECT_INTR_MAP_W<'_, SPI_MEM_REJECT_INTR_MAP_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/interrupt_core0/icache_preload_int_map.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 29 | ) -> ICACHE_PRELOAD_INT_MAP_W { [INFO] [stdout] | ----------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 29 | ) -> ICACHE_PRELOAD_INT_MAP_W<'_, ICACHE_PRELOAD_INT_MAP_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/interrupt_core0/icache_sync_int_map.rs:27:32 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn icache_sync_int_map(&mut self) -> ICACHE_SYNC_INT_MAP_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn icache_sync_int_map(&mut self) -> ICACHE_SYNC_INT_MAP_W<'_, ICACHE_SYNC_INT_MAP_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/interrupt_core0/apb_adc_int_map.rs:27:28 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn apb_adc_int_map(&mut self) -> APB_ADC_INT_MAP_W { [INFO] [stdout] | ^^^^^^^^^ --------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn apb_adc_int_map(&mut self) -> APB_ADC_INT_MAP_W<'_, APB_ADC_INT_MAP_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/interrupt_core0/dma_ch0_int_map.rs:27:28 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn dma_ch0_int_map(&mut self) -> DMA_CH0_INT_MAP_W { [INFO] [stdout] | ^^^^^^^^^ --------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn dma_ch0_int_map(&mut self) -> DMA_CH0_INT_MAP_W<'_, DMA_CH0_INT_MAP_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/interrupt_core0/sha_int_map.rs:27:24 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn sha_int_map(&mut self) -> SHA_INT_MAP_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn sha_int_map(&mut self) -> SHA_INT_MAP_W<'_, SHA_INT_MAP_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/interrupt_core0/ecc_int_map.rs:27:24 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn ecc_int_map(&mut self) -> ECC_INT_MAP_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn ecc_int_map(&mut self) -> ECC_INT_MAP_W<'_, ECC_INT_MAP_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/interrupt_core0/cpu_intr_from_cpu_0_map.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 29 | ) -> CPU_INTR_FROM_CPU_0_MAP_W { [INFO] [stdout] | ------------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 29 | ) -> CPU_INTR_FROM_CPU_0_MAP_W<'_, CPU_INTR_FROM_CPU_0_MAP_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/interrupt_core0/cpu_intr_from_cpu_1_map.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 29 | ) -> CPU_INTR_FROM_CPU_1_MAP_W { [INFO] [stdout] | ------------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 29 | ) -> CPU_INTR_FROM_CPU_1_MAP_W<'_, CPU_INTR_FROM_CPU_1_MAP_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/interrupt_core0/cpu_intr_from_cpu_2_map.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 29 | ) -> CPU_INTR_FROM_CPU_2_MAP_W { [INFO] [stdout] | ------------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 29 | ) -> CPU_INTR_FROM_CPU_2_MAP_W<'_, CPU_INTR_FROM_CPU_2_MAP_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/interrupt_core0/cpu_intr_from_cpu_3_map.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 29 | ) -> CPU_INTR_FROM_CPU_3_MAP_W { [INFO] [stdout] | ------------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 29 | ) -> CPU_INTR_FROM_CPU_3_MAP_W<'_, CPU_INTR_FROM_CPU_3_MAP_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/interrupt_core0/assist_debug_intr_map.rs:27:34 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn assist_debug_intr_map(&mut self) -> ASSIST_DEBUG_INTR_MAP_W { [INFO] [stdout] | ^^^^^^^^^ --------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn assist_debug_intr_map(&mut self) -> ASSIST_DEBUG_INTR_MAP_W<'_, ASSIST_DEBUG_INTR_MAP_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/interrupt_core0/core_0_pif_pms_monitor_violate_size_intr_map.rs:33:9 [INFO] [stdout] | [INFO] [stdout] 33 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 34 | ) -> CORE_0_PIF_PMS_MONITOR_VIOLATE_SIZE_INTR_MAP_W< [INFO] [stdout] | __________- [INFO] [stdout] 35 | | CORE_0_PIF_PMS_MONITOR_VIOLATE_SIZE_INTR_MAP_SPEC, [INFO] [stdout] 36 | | > { [INFO] [stdout] | |_____- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 34 | ) -> CORE_0_PIF_PMS_MONITOR_VIOLATE_SIZE_INTR_MAP_W<'_, [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/interrupt_core0/cache_core0_acs_int_map.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 29 | ) -> CACHE_CORE0_ACS_INT_MAP_W { [INFO] [stdout] | ------------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 29 | ) -> CACHE_CORE0_ACS_INT_MAP_W<'_, CACHE_CORE0_ACS_INT_MAP_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/interrupt_core0/clock_gate.rs:27:23 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn reg_clk_en(&mut self) -> REG_CLK_EN_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn reg_clk_en(&mut self) -> REG_CLK_EN_W<'_, CLOCK_GATE_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/interrupt_core0/cpu_int_enable.rs:27:27 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn cpu_int_enable(&mut self) -> CPU_INT_ENABLE_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn cpu_int_enable(&mut self) -> CPU_INT_ENABLE_W<'_, CPU_INT_ENABLE_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/interrupt_core0/cpu_int_type.rs:27:25 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn cpu_int_type(&mut self) -> CPU_INT_TYPE_W { [INFO] [stdout] | ^^^^^^^^^ --------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn cpu_int_type(&mut self) -> CPU_INT_TYPE_W<'_, CPU_INT_TYPE_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/interrupt_core0/cpu_int_clear.rs:27:26 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn cpu_int_clear(&mut self) -> CPU_INT_CLEAR_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn cpu_int_clear(&mut self) -> CPU_INT_CLEAR_W<'_, CPU_INT_CLEAR_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/interrupt_core0/cpu_int_pri.rs:27:16 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn map(&mut self) -> MAP_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn map(&mut self) -> MAP_W<'_, CPU_INT_PRI_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/interrupt_core0/cpu_int_thresh.rs:27:27 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn cpu_int_thresh(&mut self) -> CPU_INT_THRESH_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn cpu_int_thresh(&mut self) -> CPU_INT_THRESH_W<'_, CPU_INT_THRESH_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/interrupt_core0/interrupt_reg_date.rs:27:31 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn interrupt_reg_date(&mut self) -> INTERRUPT_REG_DATE_W { [INFO] [stdout] | ^^^^^^^^^ --------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn interrupt_reg_date(&mut self) -> INTERRUPT_REG_DATE_W<'_, INTERRUPT_REG_DATE_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/io_mux/pin_ctrl.rs:47:21 [INFO] [stdout] | [INFO] [stdout] 47 | pub fn clk_out1(&mut self) -> CLK_OUT1_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 47 | pub fn clk_out1(&mut self) -> CLK_OUT1_W<'_, PIN_CTRL_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/io_mux/pin_ctrl.rs:52:21 [INFO] [stdout] | [INFO] [stdout] 52 | pub fn clk_out2(&mut self) -> CLK_OUT2_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 52 | pub fn clk_out2(&mut self) -> CLK_OUT2_W<'_, PIN_CTRL_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/io_mux/pin_ctrl.rs:57:21 [INFO] [stdout] | [INFO] [stdout] 57 | pub fn clk_out3(&mut self) -> CLK_OUT3_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 57 | pub fn clk_out3(&mut self) -> CLK_OUT3_W<'_, PIN_CTRL_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/io_mux/gpio.rs:127:19 [INFO] [stdout] | [INFO] [stdout] 127 | pub fn mcu_oe(&mut self) -> MCU_OE_W { [INFO] [stdout] | ^^^^^^^^^ ------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 127 | pub fn mcu_oe(&mut self) -> MCU_OE_W<'_, GPIO_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/io_mux/gpio.rs:132:20 [INFO] [stdout] | [INFO] [stdout] 132 | pub fn slp_sel(&mut self) -> SLP_SEL_W { [INFO] [stdout] | ^^^^^^^^^ -------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 132 | pub fn slp_sel(&mut self) -> SLP_SEL_W<'_, GPIO_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/io_mux/gpio.rs:137:20 [INFO] [stdout] | [INFO] [stdout] 137 | pub fn mcu_wpd(&mut self) -> MCU_WPD_W { [INFO] [stdout] | ^^^^^^^^^ -------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 137 | pub fn mcu_wpd(&mut self) -> MCU_WPD_W<'_, GPIO_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/io_mux/gpio.rs:142:20 [INFO] [stdout] | [INFO] [stdout] 142 | pub fn mcu_wpu(&mut self) -> MCU_WPU_W { [INFO] [stdout] | ^^^^^^^^^ -------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 142 | pub fn mcu_wpu(&mut self) -> MCU_WPU_W<'_, GPIO_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/io_mux/gpio.rs:147:19 [INFO] [stdout] | [INFO] [stdout] 147 | pub fn mcu_ie(&mut self) -> MCU_IE_W { [INFO] [stdout] | ^^^^^^^^^ ------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 147 | pub fn mcu_ie(&mut self) -> MCU_IE_W<'_, GPIO_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/io_mux/gpio.rs:152:20 [INFO] [stdout] | [INFO] [stdout] 152 | pub fn fun_wpd(&mut self) -> FUN_WPD_W { [INFO] [stdout] | ^^^^^^^^^ -------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 152 | pub fn fun_wpd(&mut self) -> FUN_WPD_W<'_, GPIO_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/io_mux/gpio.rs:157:20 [INFO] [stdout] | [INFO] [stdout] 157 | pub fn fun_wpu(&mut self) -> FUN_WPU_W { [INFO] [stdout] | ^^^^^^^^^ -------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 157 | pub fn fun_wpu(&mut self) -> FUN_WPU_W<'_, GPIO_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/io_mux/gpio.rs:162:19 [INFO] [stdout] | [INFO] [stdout] 162 | pub fn fun_ie(&mut self) -> FUN_IE_W { [INFO] [stdout] | ^^^^^^^^^ ------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 162 | pub fn fun_ie(&mut self) -> FUN_IE_W<'_, GPIO_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/io_mux/gpio.rs:167:20 [INFO] [stdout] | [INFO] [stdout] 167 | pub fn fun_drv(&mut self) -> FUN_DRV_W { [INFO] [stdout] | ^^^^^^^^^ -------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 167 | pub fn fun_drv(&mut self) -> FUN_DRV_W<'_, GPIO_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/io_mux/gpio.rs:172:20 [INFO] [stdout] | [INFO] [stdout] 172 | pub fn mcu_sel(&mut self) -> MCU_SEL_W { [INFO] [stdout] | ^^^^^^^^^ -------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 172 | pub fn mcu_sel(&mut self) -> MCU_SEL_W<'_, GPIO_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/io_mux/gpio.rs:177:22 [INFO] [stdout] | [INFO] [stdout] 177 | pub fn filter_en(&mut self) -> FILTER_EN_W { [INFO] [stdout] | ^^^^^^^^^ ---------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 177 | pub fn filter_en(&mut self) -> FILTER_EN_W<'_, GPIO_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/io_mux/date.rs:27:21 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn reg_date(&mut self) -> REG_DATE_W { [INFO] [stdout] | ^^^^^^^^^ --------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn reg_date(&mut self) -> REG_DATE_W<'_, DATE_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ledc/ch/conf0.rs:71:22 [INFO] [stdout] | [INFO] [stdout] 71 | pub fn timer_sel(&mut self) -> TIMER_SEL_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 71 | pub fn timer_sel(&mut self) -> TIMER_SEL_W<'_, CONF0_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ledc/ch/conf0.rs:76:23 [INFO] [stdout] | [INFO] [stdout] 76 | pub fn sig_out_en(&mut self) -> SIG_OUT_EN_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 76 | pub fn sig_out_en(&mut self) -> SIG_OUT_EN_W<'_, CONF0_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ledc/ch/conf0.rs:81:20 [INFO] [stdout] | [INFO] [stdout] 81 | pub fn idle_lv(&mut self) -> IDLE_LV_W { [INFO] [stdout] | ^^^^^^^^^ --------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 81 | pub fn idle_lv(&mut self) -> IDLE_LV_W<'_, CONF0_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ledc/ch/conf0.rs:86:20 [INFO] [stdout] | [INFO] [stdout] 86 | pub fn para_up(&mut self) -> PARA_UP_W { [INFO] [stdout] | ^^^^^^^^^ --------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 86 | pub fn para_up(&mut self) -> PARA_UP_W<'_, CONF0_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ledc/ch/conf0.rs:91:20 [INFO] [stdout] | [INFO] [stdout] 91 | pub fn ovf_num(&mut self) -> OVF_NUM_W { [INFO] [stdout] | ^^^^^^^^^ --------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 91 | pub fn ovf_num(&mut self) -> OVF_NUM_W<'_, CONF0_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ledc/ch/conf0.rs:96:23 [INFO] [stdout] | [INFO] [stdout] 96 | pub fn ovf_cnt_en(&mut self) -> OVF_CNT_EN_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 96 | pub fn ovf_cnt_en(&mut self) -> OVF_CNT_EN_W<'_, CONF0_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ledc/ch/conf0.rs:101:26 [INFO] [stdout] | [INFO] [stdout] 101 | pub fn ovf_cnt_reset(&mut self) -> OVF_CNT_RESET_W { [INFO] [stdout] | ^^^^^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 101 | pub fn ovf_cnt_reset(&mut self) -> OVF_CNT_RESET_W<'_, CONF0_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ledc/ch/hpoint.rs:27:19 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn hpoint(&mut self) -> HPOINT_W { [INFO] [stdout] | ^^^^^^^^^ --------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn hpoint(&mut self) -> HPOINT_W<'_, HPOINT_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ledc/ch/duty.rs:25:17 [INFO] [stdout] | [INFO] [stdout] 25 | pub fn duty(&mut self) -> DUTY_W { [INFO] [stdout] | ^^^^^^^^^ ----------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 25 | pub fn duty(&mut self) -> DUTY_W<'_, DUTY_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ledc/ch/conf1.rs:67:23 [INFO] [stdout] | [INFO] [stdout] 67 | pub fn duty_scale(&mut self) -> DUTY_SCALE_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 67 | pub fn duty_scale(&mut self) -> DUTY_SCALE_W<'_, CONF1_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ledc/ch/conf1.rs:72:23 [INFO] [stdout] | [INFO] [stdout] 72 | pub fn duty_cycle(&mut self) -> DUTY_CYCLE_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 72 | pub fn duty_cycle(&mut self) -> DUTY_CYCLE_W<'_, CONF1_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ledc/ch/conf1.rs:77:21 [INFO] [stdout] | [INFO] [stdout] 77 | pub fn duty_num(&mut self) -> DUTY_NUM_W { [INFO] [stdout] | ^^^^^^^^^ ---------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 77 | pub fn duty_num(&mut self) -> DUTY_NUM_W<'_, CONF1_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ledc/ch/conf1.rs:82:21 [INFO] [stdout] | [INFO] [stdout] 82 | pub fn duty_inc(&mut self) -> DUTY_INC_W { [INFO] [stdout] | ^^^^^^^^^ ---------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 82 | pub fn duty_inc(&mut self) -> DUTY_INC_W<'_, CONF1_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ledc/ch/conf1.rs:87:23 [INFO] [stdout] | [INFO] [stdout] 87 | pub fn duty_start(&mut self) -> DUTY_START_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 87 | pub fn duty_start(&mut self) -> DUTY_START_W<'_, CONF1_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ledc/timer/conf.rs:69:21 [INFO] [stdout] | [INFO] [stdout] 69 | pub fn duty_res(&mut self) -> DUTY_RES_W { [INFO] [stdout] | ^^^^^^^^^ --------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 69 | pub fn duty_res(&mut self) -> DUTY_RES_W<'_, CONF_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ledc/timer/conf.rs:74:20 [INFO] [stdout] | [INFO] [stdout] 74 | pub fn clk_div(&mut self) -> CLK_DIV_W { [INFO] [stdout] | ^^^^^^^^^ -------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 74 | pub fn clk_div(&mut self) -> CLK_DIV_W<'_, CONF_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ledc/timer/conf.rs:79:18 [INFO] [stdout] | [INFO] [stdout] 79 | pub fn pause(&mut self) -> PAUSE_W { [INFO] [stdout] | ^^^^^^^^^ ------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 79 | pub fn pause(&mut self) -> PAUSE_W<'_, CONF_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ledc/timer/conf.rs:84:16 [INFO] [stdout] | [INFO] [stdout] 84 | pub fn rst(&mut self) -> RST_W { [INFO] [stdout] | ^^^^^^^^^ ---------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 84 | pub fn rst(&mut self) -> RST_W<'_, CONF_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ledc/timer/conf.rs:89:21 [INFO] [stdout] | [INFO] [stdout] 89 | pub fn tick_sel(&mut self) -> TICK_SEL_W { [INFO] [stdout] | ^^^^^^^^^ --------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 89 | pub fn tick_sel(&mut self) -> TICK_SEL_W<'_, CONF_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ledc/timer/conf.rs:94:20 [INFO] [stdout] | [INFO] [stdout] 94 | pub fn para_up(&mut self) -> PARA_UP_W { [INFO] [stdout] | ^^^^^^^^^ -------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 94 | pub fn para_up(&mut self) -> PARA_UP_W<'_, CONF_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ledc/int_raw.rs:172:22 [INFO] [stdout] | [INFO] [stdout] 172 | pub fn timer_ovf(&mut self, n: u8) -> TIMER_OVF_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 172 | pub fn timer_ovf(&mut self, n: u8) -> TIMER_OVF_W<'_, INT_RAW_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ledc/int_raw.rs:179:23 [INFO] [stdout] | [INFO] [stdout] 179 | pub fn timer0_ovf(&mut self) -> TIMER_OVF_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 179 | pub fn timer0_ovf(&mut self) -> TIMER_OVF_W<'_, INT_RAW_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ledc/int_raw.rs:184:23 [INFO] [stdout] | [INFO] [stdout] 184 | pub fn timer1_ovf(&mut self) -> TIMER_OVF_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 184 | pub fn timer1_ovf(&mut self) -> TIMER_OVF_W<'_, INT_RAW_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ledc/int_raw.rs:189:23 [INFO] [stdout] | [INFO] [stdout] 189 | pub fn timer2_ovf(&mut self) -> TIMER_OVF_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 189 | pub fn timer2_ovf(&mut self) -> TIMER_OVF_W<'_, INT_RAW_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ledc/int_raw.rs:194:23 [INFO] [stdout] | [INFO] [stdout] 194 | pub fn timer3_ovf(&mut self) -> TIMER_OVF_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 194 | pub fn timer3_ovf(&mut self) -> TIMER_OVF_W<'_, INT_RAW_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ledc/int_raw.rs:201:29 [INFO] [stdout] | [INFO] [stdout] 201 | pub fn duty_chng_end_ch(&mut self, n: u8) -> DUTY_CHNG_END_CH_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 201 | pub fn duty_chng_end_ch(&mut self, n: u8) -> DUTY_CHNG_END_CH_W<'_, INT_RAW_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ledc/int_raw.rs:208:30 [INFO] [stdout] | [INFO] [stdout] 208 | pub fn duty_chng_end_ch0(&mut self) -> DUTY_CHNG_END_CH_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 208 | pub fn duty_chng_end_ch0(&mut self) -> DUTY_CHNG_END_CH_W<'_, INT_RAW_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ledc/int_raw.rs:213:30 [INFO] [stdout] | [INFO] [stdout] 213 | pub fn duty_chng_end_ch1(&mut self) -> DUTY_CHNG_END_CH_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 213 | pub fn duty_chng_end_ch1(&mut self) -> DUTY_CHNG_END_CH_W<'_, INT_RAW_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ledc/int_raw.rs:218:30 [INFO] [stdout] | [INFO] [stdout] 218 | pub fn duty_chng_end_ch2(&mut self) -> DUTY_CHNG_END_CH_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 218 | pub fn duty_chng_end_ch2(&mut self) -> DUTY_CHNG_END_CH_W<'_, INT_RAW_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ledc/int_raw.rs:223:30 [INFO] [stdout] | [INFO] [stdout] 223 | pub fn duty_chng_end_ch3(&mut self) -> DUTY_CHNG_END_CH_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 223 | pub fn duty_chng_end_ch3(&mut self) -> DUTY_CHNG_END_CH_W<'_, INT_RAW_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ledc/int_raw.rs:228:30 [INFO] [stdout] | [INFO] [stdout] 228 | pub fn duty_chng_end_ch4(&mut self) -> DUTY_CHNG_END_CH_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 228 | pub fn duty_chng_end_ch4(&mut self) -> DUTY_CHNG_END_CH_W<'_, INT_RAW_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ledc/int_raw.rs:233:30 [INFO] [stdout] | [INFO] [stdout] 233 | pub fn duty_chng_end_ch5(&mut self) -> DUTY_CHNG_END_CH_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 233 | pub fn duty_chng_end_ch5(&mut self) -> DUTY_CHNG_END_CH_W<'_, INT_RAW_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ledc/int_raw.rs:240:23 [INFO] [stdout] | [INFO] [stdout] 240 | pub fn ovf_cnt_ch(&mut self, n: u8) -> OVF_CNT_CH_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 240 | pub fn ovf_cnt_ch(&mut self, n: u8) -> OVF_CNT_CH_W<'_, INT_RAW_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ledc/int_raw.rs:247:24 [INFO] [stdout] | [INFO] [stdout] 247 | pub fn ovf_cnt_ch0(&mut self) -> OVF_CNT_CH_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 247 | pub fn ovf_cnt_ch0(&mut self) -> OVF_CNT_CH_W<'_, INT_RAW_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ledc/int_raw.rs:252:24 [INFO] [stdout] | [INFO] [stdout] 252 | pub fn ovf_cnt_ch1(&mut self) -> OVF_CNT_CH_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 252 | pub fn ovf_cnt_ch1(&mut self) -> OVF_CNT_CH_W<'_, INT_RAW_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ledc/int_raw.rs:257:24 [INFO] [stdout] | [INFO] [stdout] 257 | pub fn ovf_cnt_ch2(&mut self) -> OVF_CNT_CH_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 257 | pub fn ovf_cnt_ch2(&mut self) -> OVF_CNT_CH_W<'_, INT_RAW_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ledc/int_raw.rs:262:24 [INFO] [stdout] | [INFO] [stdout] 262 | pub fn ovf_cnt_ch3(&mut self) -> OVF_CNT_CH_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 262 | pub fn ovf_cnt_ch3(&mut self) -> OVF_CNT_CH_W<'_, INT_RAW_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ledc/int_raw.rs:267:24 [INFO] [stdout] | [INFO] [stdout] 267 | pub fn ovf_cnt_ch4(&mut self) -> OVF_CNT_CH_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 267 | pub fn ovf_cnt_ch4(&mut self) -> OVF_CNT_CH_W<'_, INT_RAW_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ledc/int_raw.rs:272:24 [INFO] [stdout] | [INFO] [stdout] 272 | pub fn ovf_cnt_ch5(&mut self) -> OVF_CNT_CH_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 272 | pub fn ovf_cnt_ch5(&mut self) -> OVF_CNT_CH_W<'_, INT_RAW_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ledc/int_ena.rs:172:22 [INFO] [stdout] | [INFO] [stdout] 172 | pub fn timer_ovf(&mut self, n: u8) -> TIMER_OVF_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 172 | pub fn timer_ovf(&mut self, n: u8) -> TIMER_OVF_W<'_, INT_ENA_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ledc/int_ena.rs:179:23 [INFO] [stdout] | [INFO] [stdout] 179 | pub fn timer0_ovf(&mut self) -> TIMER_OVF_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 179 | pub fn timer0_ovf(&mut self) -> TIMER_OVF_W<'_, INT_ENA_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ledc/int_ena.rs:184:23 [INFO] [stdout] | [INFO] [stdout] 184 | pub fn timer1_ovf(&mut self) -> TIMER_OVF_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 184 | pub fn timer1_ovf(&mut self) -> TIMER_OVF_W<'_, INT_ENA_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ledc/int_ena.rs:189:23 [INFO] [stdout] | [INFO] [stdout] 189 | pub fn timer2_ovf(&mut self) -> TIMER_OVF_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 189 | pub fn timer2_ovf(&mut self) -> TIMER_OVF_W<'_, INT_ENA_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ledc/int_ena.rs:194:23 [INFO] [stdout] | [INFO] [stdout] 194 | pub fn timer3_ovf(&mut self) -> TIMER_OVF_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 194 | pub fn timer3_ovf(&mut self) -> TIMER_OVF_W<'_, INT_ENA_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ledc/int_ena.rs:201:29 [INFO] [stdout] | [INFO] [stdout] 201 | pub fn duty_chng_end_ch(&mut self, n: u8) -> DUTY_CHNG_END_CH_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 201 | pub fn duty_chng_end_ch(&mut self, n: u8) -> DUTY_CHNG_END_CH_W<'_, INT_ENA_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ledc/int_ena.rs:208:30 [INFO] [stdout] | [INFO] [stdout] 208 | pub fn duty_chng_end_ch0(&mut self) -> DUTY_CHNG_END_CH_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 208 | pub fn duty_chng_end_ch0(&mut self) -> DUTY_CHNG_END_CH_W<'_, INT_ENA_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ledc/int_ena.rs:213:30 [INFO] [stdout] | [INFO] [stdout] 213 | pub fn duty_chng_end_ch1(&mut self) -> DUTY_CHNG_END_CH_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 213 | pub fn duty_chng_end_ch1(&mut self) -> DUTY_CHNG_END_CH_W<'_, INT_ENA_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ledc/int_ena.rs:218:30 [INFO] [stdout] | [INFO] [stdout] 218 | pub fn duty_chng_end_ch2(&mut self) -> DUTY_CHNG_END_CH_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 218 | pub fn duty_chng_end_ch2(&mut self) -> DUTY_CHNG_END_CH_W<'_, INT_ENA_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ledc/int_ena.rs:223:30 [INFO] [stdout] | [INFO] [stdout] 223 | pub fn duty_chng_end_ch3(&mut self) -> DUTY_CHNG_END_CH_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 223 | pub fn duty_chng_end_ch3(&mut self) -> DUTY_CHNG_END_CH_W<'_, INT_ENA_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ledc/int_ena.rs:228:30 [INFO] [stdout] | [INFO] [stdout] 228 | pub fn duty_chng_end_ch4(&mut self) -> DUTY_CHNG_END_CH_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 228 | pub fn duty_chng_end_ch4(&mut self) -> DUTY_CHNG_END_CH_W<'_, INT_ENA_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ledc/int_ena.rs:233:30 [INFO] [stdout] | [INFO] [stdout] 233 | pub fn duty_chng_end_ch5(&mut self) -> DUTY_CHNG_END_CH_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 233 | pub fn duty_chng_end_ch5(&mut self) -> DUTY_CHNG_END_CH_W<'_, INT_ENA_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ledc/int_ena.rs:240:23 [INFO] [stdout] | [INFO] [stdout] 240 | pub fn ovf_cnt_ch(&mut self, n: u8) -> OVF_CNT_CH_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 240 | pub fn ovf_cnt_ch(&mut self, n: u8) -> OVF_CNT_CH_W<'_, INT_ENA_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ledc/int_ena.rs:247:24 [INFO] [stdout] | [INFO] [stdout] 247 | pub fn ovf_cnt_ch0(&mut self) -> OVF_CNT_CH_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 247 | pub fn ovf_cnt_ch0(&mut self) -> OVF_CNT_CH_W<'_, INT_ENA_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ledc/int_ena.rs:252:24 [INFO] [stdout] | [INFO] [stdout] 252 | pub fn ovf_cnt_ch1(&mut self) -> OVF_CNT_CH_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 252 | pub fn ovf_cnt_ch1(&mut self) -> OVF_CNT_CH_W<'_, INT_ENA_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ledc/int_ena.rs:257:24 [INFO] [stdout] | [INFO] [stdout] 257 | pub fn ovf_cnt_ch2(&mut self) -> OVF_CNT_CH_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 257 | pub fn ovf_cnt_ch2(&mut self) -> OVF_CNT_CH_W<'_, INT_ENA_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ledc/int_ena.rs:262:24 [INFO] [stdout] | [INFO] [stdout] 262 | pub fn ovf_cnt_ch3(&mut self) -> OVF_CNT_CH_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 262 | pub fn ovf_cnt_ch3(&mut self) -> OVF_CNT_CH_W<'_, INT_ENA_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ledc/int_ena.rs:267:24 [INFO] [stdout] | [INFO] [stdout] 267 | pub fn ovf_cnt_ch4(&mut self) -> OVF_CNT_CH_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 267 | pub fn ovf_cnt_ch4(&mut self) -> OVF_CNT_CH_W<'_, INT_ENA_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ledc/int_ena.rs:272:24 [INFO] [stdout] | [INFO] [stdout] 272 | pub fn ovf_cnt_ch5(&mut self) -> OVF_CNT_CH_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 272 | pub fn ovf_cnt_ch5(&mut self) -> OVF_CNT_CH_W<'_, INT_ENA_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ledc/int_clr.rs:20:22 [INFO] [stdout] | [INFO] [stdout] 20 | pub fn timer_ovf(&mut self, n: u8) -> TIMER_OVF_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 20 | pub fn timer_ovf(&mut self, n: u8) -> TIMER_OVF_W<'_, INT_CLR_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ledc/int_clr.rs:27:23 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn timer0_ovf(&mut self) -> TIMER_OVF_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn timer0_ovf(&mut self) -> TIMER_OVF_W<'_, INT_CLR_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ledc/int_clr.rs:32:23 [INFO] [stdout] | [INFO] [stdout] 32 | pub fn timer1_ovf(&mut self) -> TIMER_OVF_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 32 | pub fn timer1_ovf(&mut self) -> TIMER_OVF_W<'_, INT_CLR_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ledc/int_clr.rs:37:23 [INFO] [stdout] | [INFO] [stdout] 37 | pub fn timer2_ovf(&mut self) -> TIMER_OVF_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 37 | pub fn timer2_ovf(&mut self) -> TIMER_OVF_W<'_, INT_CLR_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ledc/int_clr.rs:42:23 [INFO] [stdout] | [INFO] [stdout] 42 | pub fn timer3_ovf(&mut self) -> TIMER_OVF_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 42 | pub fn timer3_ovf(&mut self) -> TIMER_OVF_W<'_, INT_CLR_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ledc/int_clr.rs:49:29 [INFO] [stdout] | [INFO] [stdout] 49 | pub fn duty_chng_end_ch(&mut self, n: u8) -> DUTY_CHNG_END_CH_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 49 | pub fn duty_chng_end_ch(&mut self, n: u8) -> DUTY_CHNG_END_CH_W<'_, INT_CLR_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ledc/int_clr.rs:56:30 [INFO] [stdout] | [INFO] [stdout] 56 | pub fn duty_chng_end_ch0(&mut self) -> DUTY_CHNG_END_CH_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 56 | pub fn duty_chng_end_ch0(&mut self) -> DUTY_CHNG_END_CH_W<'_, INT_CLR_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ledc/int_clr.rs:61:30 [INFO] [stdout] | [INFO] [stdout] 61 | pub fn duty_chng_end_ch1(&mut self) -> DUTY_CHNG_END_CH_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 61 | pub fn duty_chng_end_ch1(&mut self) -> DUTY_CHNG_END_CH_W<'_, INT_CLR_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ledc/int_clr.rs:66:30 [INFO] [stdout] | [INFO] [stdout] 66 | pub fn duty_chng_end_ch2(&mut self) -> DUTY_CHNG_END_CH_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 66 | pub fn duty_chng_end_ch2(&mut self) -> DUTY_CHNG_END_CH_W<'_, INT_CLR_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ledc/int_clr.rs:71:30 [INFO] [stdout] | [INFO] [stdout] 71 | pub fn duty_chng_end_ch3(&mut self) -> DUTY_CHNG_END_CH_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 71 | pub fn duty_chng_end_ch3(&mut self) -> DUTY_CHNG_END_CH_W<'_, INT_CLR_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ledc/int_clr.rs:76:30 [INFO] [stdout] | [INFO] [stdout] 76 | pub fn duty_chng_end_ch4(&mut self) -> DUTY_CHNG_END_CH_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 76 | pub fn duty_chng_end_ch4(&mut self) -> DUTY_CHNG_END_CH_W<'_, INT_CLR_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ledc/int_clr.rs:81:30 [INFO] [stdout] | [INFO] [stdout] 81 | pub fn duty_chng_end_ch5(&mut self) -> DUTY_CHNG_END_CH_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 81 | pub fn duty_chng_end_ch5(&mut self) -> DUTY_CHNG_END_CH_W<'_, INT_CLR_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ledc/int_clr.rs:88:23 [INFO] [stdout] | [INFO] [stdout] 88 | pub fn ovf_cnt_ch(&mut self, n: u8) -> OVF_CNT_CH_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 88 | pub fn ovf_cnt_ch(&mut self, n: u8) -> OVF_CNT_CH_W<'_, INT_CLR_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ledc/int_clr.rs:95:24 [INFO] [stdout] | [INFO] [stdout] 95 | pub fn ovf_cnt_ch0(&mut self) -> OVF_CNT_CH_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 95 | pub fn ovf_cnt_ch0(&mut self) -> OVF_CNT_CH_W<'_, INT_CLR_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ledc/int_clr.rs:100:24 [INFO] [stdout] | [INFO] [stdout] 100 | pub fn ovf_cnt_ch1(&mut self) -> OVF_CNT_CH_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 100 | pub fn ovf_cnt_ch1(&mut self) -> OVF_CNT_CH_W<'_, INT_CLR_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ledc/int_clr.rs:105:24 [INFO] [stdout] | [INFO] [stdout] 105 | pub fn ovf_cnt_ch2(&mut self) -> OVF_CNT_CH_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 105 | pub fn ovf_cnt_ch2(&mut self) -> OVF_CNT_CH_W<'_, INT_CLR_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ledc/int_clr.rs:110:24 [INFO] [stdout] | [INFO] [stdout] 110 | pub fn ovf_cnt_ch3(&mut self) -> OVF_CNT_CH_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 110 | pub fn ovf_cnt_ch3(&mut self) -> OVF_CNT_CH_W<'_, INT_CLR_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ledc/int_clr.rs:115:24 [INFO] [stdout] | [INFO] [stdout] 115 | pub fn ovf_cnt_ch4(&mut self) -> OVF_CNT_CH_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 115 | pub fn ovf_cnt_ch4(&mut self) -> OVF_CNT_CH_W<'_, INT_CLR_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ledc/int_clr.rs:120:24 [INFO] [stdout] | [INFO] [stdout] 120 | pub fn ovf_cnt_ch5(&mut self) -> OVF_CNT_CH_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 120 | pub fn ovf_cnt_ch5(&mut self) -> OVF_CNT_CH_W<'_, INT_CLR_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ledc/conf.rs:37:24 [INFO] [stdout] | [INFO] [stdout] 37 | pub fn apb_clk_sel(&mut self) -> APB_CLK_SEL_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 37 | pub fn apb_clk_sel(&mut self) -> APB_CLK_SEL_W<'_, CONF_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ledc/conf.rs:42:19 [INFO] [stdout] | [INFO] [stdout] 42 | pub fn clk_en(&mut self) -> CLK_EN_W { [INFO] [stdout] | ^^^^^^^^^ ------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 42 | pub fn clk_en(&mut self) -> CLK_EN_W<'_, CONF_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ledc/date.rs:27:22 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn ledc_date(&mut self) -> LEDC_DATE_W { [INFO] [stdout] | ^^^^^^^^^ ---------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn ledc_date(&mut self) -> LEDC_DATE_W<'_, DATE_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/modem_clkrst/clk_conf.rs:27:19 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn clk_en(&mut self) -> CLK_EN_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn clk_en(&mut self) -> CLK_EN_W<'_, CLK_CONF_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/modem_clkrst/modem_lp_timer_conf.rs:67:34 [INFO] [stdout] | [INFO] [stdout] 67 | pub fn lp_timer_sel_rtc_slow(&mut self) -> LP_TIMER_SEL_RTC_SLOW_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 67 | pub fn lp_timer_sel_rtc_slow(&mut self) -> LP_TIMER_SEL_RTC_SLOW_W<'_, MODEM_LP_TIMER_CONF_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/modem_clkrst/modem_lp_timer_conf.rs:72:28 [INFO] [stdout] | [INFO] [stdout] 72 | pub fn lp_timer_sel_8m(&mut self) -> LP_TIMER_SEL_8M_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 72 | pub fn lp_timer_sel_8m(&mut self) -> LP_TIMER_SEL_8M_W<'_, MODEM_LP_TIMER_CONF_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/modem_clkrst/modem_lp_timer_conf.rs:77:30 [INFO] [stdout] | [INFO] [stdout] 77 | pub fn lp_timer_sel_xtal(&mut self) -> LP_TIMER_SEL_XTAL_W { [INFO] [stdout] | ^^^^^^^^^ --------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 77 | pub fn lp_timer_sel_xtal(&mut self) -> LP_TIMER_SEL_XTAL_W<'_, MODEM_LP_TIMER_CONF_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/modem_clkrst/modem_lp_timer_conf.rs:82:33 [INFO] [stdout] | [INFO] [stdout] 82 | pub fn lp_timer_sel_xtal32k(&mut self) -> LP_TIMER_SEL_XTAL32K_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 82 | pub fn lp_timer_sel_xtal32k(&mut self) -> LP_TIMER_SEL_XTAL32K_W<'_, MODEM_LP_TIMER_CONF_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/modem_clkrst/modem_lp_timer_conf.rs:87:33 [INFO] [stdout] | [INFO] [stdout] 87 | pub fn lp_timer_clk_div_num(&mut self) -> LP_TIMER_CLK_DIV_NUM_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 87 | pub fn lp_timer_clk_div_num(&mut self) -> LP_TIMER_CLK_DIV_NUM_W<'_, MODEM_LP_TIMER_CONF_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/modem_clkrst/coex_lp_clk_conf.rs:67:36 [INFO] [stdout] | [INFO] [stdout] 67 | pub fn coex_lpclk_sel_rtc_slow(&mut self) -> COEX_LPCLK_SEL_RTC_SLOW_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 67 | pub fn coex_lpclk_sel_rtc_slow(&mut self) -> COEX_LPCLK_SEL_RTC_SLOW_W<'_, COEX_LP_CLK_CONF_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/modem_clkrst/coex_lp_clk_conf.rs:72:30 [INFO] [stdout] | [INFO] [stdout] 72 | pub fn coex_lpclk_sel_8m(&mut self) -> COEX_LPCLK_SEL_8M_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 72 | pub fn coex_lpclk_sel_8m(&mut self) -> COEX_LPCLK_SEL_8M_W<'_, COEX_LP_CLK_CONF_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/modem_clkrst/coex_lp_clk_conf.rs:77:32 [INFO] [stdout] | [INFO] [stdout] 77 | pub fn coex_lpclk_sel_xtal(&mut self) -> COEX_LPCLK_SEL_XTAL_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 77 | pub fn coex_lpclk_sel_xtal(&mut self) -> COEX_LPCLK_SEL_XTAL_W<'_, COEX_LP_CLK_CONF_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/modem_clkrst/coex_lp_clk_conf.rs:82:35 [INFO] [stdout] | [INFO] [stdout] 82 | pub fn coex_lpclk_sel_xtal32k(&mut self) -> COEX_LPCLK_SEL_XTAL32K_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 82 | pub fn coex_lpclk_sel_xtal32k(&mut self) -> COEX_LPCLK_SEL_XTAL32K_W<'_, COEX_LP_CLK_CONF_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/modem_clkrst/coex_lp_clk_conf.rs:87:31 [INFO] [stdout] | [INFO] [stdout] 87 | pub fn coex_lpclk_div_num(&mut self) -> COEX_LPCLK_DIV_NUM_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 87 | pub fn coex_lpclk_div_num(&mut self) -> COEX_LPCLK_DIV_NUM_W<'_, COEX_LP_CLK_CONF_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/modem_clkrst/ble_timer_clk_conf.rs:37:30 [INFO] [stdout] | [INFO] [stdout] 37 | pub fn bletimer_use_xtal(&mut self) -> BLETIMER_USE_XTAL_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 37 | pub fn bletimer_use_xtal(&mut self) -> BLETIMER_USE_XTAL_W<'_, BLE_TIMER_CLK_CONF_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/modem_clkrst/ble_timer_clk_conf.rs:42:35 [INFO] [stdout] | [INFO] [stdout] 42 | pub fn bletimer_clk_is_active(&mut self) -> BLETIMER_CLK_IS_ACTIVE_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 42 | pub fn bletimer_clk_is_active(&mut self) -> BLETIMER_CLK_IS_ACTIVE_W<'_, BLE_TIMER_CLK_CONF_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/modem_clkrst/date.rs:25:17 [INFO] [stdout] | [INFO] [stdout] 25 | pub fn date(&mut self) -> DATE_W { [INFO] [stdout] | ^^^^^^^^^ ----------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 25 | pub fn date(&mut self) -> DATE_W<'_, DATE_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/modem_clkrst/etm_clk_conf.rs:37:24 [INFO] [stdout] | [INFO] [stdout] 37 | pub fn etm_clk_sel(&mut self) -> ETM_CLK_SEL_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 37 | pub fn etm_clk_sel(&mut self) -> ETM_CLK_SEL_W<'_, ETM_CLK_CONF_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/modem_clkrst/etm_clk_conf.rs:42:27 [INFO] [stdout] | [INFO] [stdout] 42 | pub fn etm_clk_active(&mut self) -> ETM_CLK_ACTIVE_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 42 | pub fn etm_clk_active(&mut self) -> ETM_CLK_ACTIVE_W<'_, ETM_CLK_CONF_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rtc_cntl/options0.rs:187:31 [INFO] [stdout] | [INFO] [stdout] 187 | pub fn sw_stall_procpu_c0(&mut self) -> SW_STALL_PROCPU_C0_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 187 | pub fn sw_stall_procpu_c0(&mut self) -> SW_STALL_PROCPU_C0_W<'_, OPTIONS0_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rtc_cntl/options0.rs:192:26 [INFO] [stdout] | [INFO] [stdout] 192 | pub fn sw_procpu_rst(&mut self) -> SW_PROCPU_RST_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 192 | pub fn sw_procpu_rst(&mut self) -> SW_PROCPU_RST_W<'_, OPTIONS0_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rtc_cntl/options0.rs:197:28 [INFO] [stdout] | [INFO] [stdout] 197 | pub fn bb_i2c_force_pd(&mut self) -> BB_I2C_FORCE_PD_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 197 | pub fn bb_i2c_force_pd(&mut self) -> BB_I2C_FORCE_PD_W<'_, OPTIONS0_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rtc_cntl/options0.rs:202:28 [INFO] [stdout] | [INFO] [stdout] 202 | pub fn bb_i2c_force_pu(&mut self) -> BB_I2C_FORCE_PU_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 202 | pub fn bb_i2c_force_pu(&mut self) -> BB_I2C_FORCE_PU_W<'_, OPTIONS0_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rtc_cntl/options0.rs:207:31 [INFO] [stdout] | [INFO] [stdout] 207 | pub fn bbpll_i2c_force_pd(&mut self) -> BBPLL_I2C_FORCE_PD_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 207 | pub fn bbpll_i2c_force_pd(&mut self) -> BBPLL_I2C_FORCE_PD_W<'_, OPTIONS0_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rtc_cntl/options0.rs:212:31 [INFO] [stdout] | [INFO] [stdout] 212 | pub fn bbpll_i2c_force_pu(&mut self) -> BBPLL_I2C_FORCE_PU_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 212 | pub fn bbpll_i2c_force_pu(&mut self) -> BBPLL_I2C_FORCE_PU_W<'_, OPTIONS0_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rtc_cntl/options0.rs:217:27 [INFO] [stdout] | [INFO] [stdout] 217 | pub fn bbpll_force_pd(&mut self) -> BBPLL_FORCE_PD_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 217 | pub fn bbpll_force_pd(&mut self) -> BBPLL_FORCE_PD_W<'_, OPTIONS0_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rtc_cntl/options0.rs:222:27 [INFO] [stdout] | [INFO] [stdout] 222 | pub fn bbpll_force_pu(&mut self) -> BBPLL_FORCE_PU_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 222 | pub fn bbpll_force_pu(&mut self) -> BBPLL_FORCE_PU_W<'_, OPTIONS0_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rtc_cntl/options0.rs:227:25 [INFO] [stdout] | [INFO] [stdout] 227 | pub fn xtl_force_pd(&mut self) -> XTL_FORCE_PD_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 227 | pub fn xtl_force_pd(&mut self) -> XTL_FORCE_PD_W<'_, OPTIONS0_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rtc_cntl/options0.rs:232:25 [INFO] [stdout] | [INFO] [stdout] 232 | pub fn xtl_force_pu(&mut self) -> XTL_FORCE_PU_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 232 | pub fn xtl_force_pu(&mut self) -> XTL_FORCE_PU_W<'_, OPTIONS0_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rtc_cntl/options0.rs:237:24 [INFO] [stdout] | [INFO] [stdout] 237 | pub fn xtl_en_wait(&mut self) -> XTL_EN_WAIT_W { [INFO] [stdout] | ^^^^^^^^^ ---------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 237 | pub fn xtl_en_wait(&mut self) -> XTL_EN_WAIT_W<'_, OPTIONS0_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rtc_cntl/options0.rs:242:28 [INFO] [stdout] | [INFO] [stdout] 242 | pub fn xtl_ext_ctr_sel(&mut self) -> XTL_EXT_CTR_SEL_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 242 | pub fn xtl_ext_ctr_sel(&mut self) -> XTL_EXT_CTR_SEL_W<'_, OPTIONS0_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rtc_cntl/options0.rs:247:29 [INFO] [stdout] | [INFO] [stdout] 247 | pub fn analog_force_iso(&mut self) -> ANALOG_FORCE_ISO_W { [INFO] [stdout] | ^^^^^^^^^ --------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 247 | pub fn analog_force_iso(&mut self) -> ANALOG_FORCE_ISO_W<'_, OPTIONS0_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rtc_cntl/options0.rs:252:31 [INFO] [stdout] | [INFO] [stdout] 252 | pub fn analog_force_noiso(&mut self) -> ANALOG_FORCE_NOISO_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 252 | pub fn analog_force_noiso(&mut self) -> ANALOG_FORCE_NOISO_W<'_, OPTIONS0_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rtc_cntl/options0.rs:257:30 [INFO] [stdout] | [INFO] [stdout] 257 | pub fn dg_wrap_force_rst(&mut self) -> DG_WRAP_FORCE_RST_W { [INFO] [stdout] | ^^^^^^^^^ ---------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 257 | pub fn dg_wrap_force_rst(&mut self) -> DG_WRAP_FORCE_RST_W<'_, OPTIONS0_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rtc_cntl/options0.rs:262:32 [INFO] [stdout] | [INFO] [stdout] 262 | pub fn dg_wrap_force_norst(&mut self) -> DG_WRAP_FORCE_NORST_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 262 | pub fn dg_wrap_force_norst(&mut self) -> DG_WRAP_FORCE_NORST_W<'_, OPTIONS0_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rtc_cntl/options0.rs:267:23 [INFO] [stdout] | [INFO] [stdout] 267 | pub fn sw_sys_rst(&mut self) -> SW_SYS_RST_W { [INFO] [stdout] | ^^^^^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 267 | pub fn sw_sys_rst(&mut self) -> SW_SYS_RST_W<'_, OPTIONS0_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rtc_cntl/slp_timer0.rs:27:23 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn slp_val_lo(&mut self) -> SLP_VAL_LO_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn slp_val_lo(&mut self) -> SLP_VAL_LO_W<'_, SLP_TIMER0_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rtc_cntl/slp_timer1.rs:37:23 [INFO] [stdout] | [INFO] [stdout] 37 | pub fn slp_val_hi(&mut self) -> SLP_VAL_HI_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 37 | pub fn slp_val_hi(&mut self) -> SLP_VAL_HI_W<'_, SLP_TIMER1_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rtc_cntl/slp_timer1.rs:42:32 [INFO] [stdout] | [INFO] [stdout] 42 | pub fn main_timer_alarm_en(&mut self) -> MAIN_TIMER_ALARM_EN_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 42 | pub fn main_timer_alarm_en(&mut self) -> MAIN_TIMER_ALARM_EN_W<'_, SLP_TIMER1_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rtc_cntl/time_update.rs:57:28 [INFO] [stdout] | [INFO] [stdout] 57 | pub fn timer_sys_stall(&mut self) -> TIMER_SYS_STALL_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 57 | pub fn timer_sys_stall(&mut self) -> TIMER_SYS_STALL_W<'_, TIME_UPDATE_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rtc_cntl/time_update.rs:62:26 [INFO] [stdout] | [INFO] [stdout] 62 | pub fn timer_xtl_off(&mut self) -> TIMER_XTL_OFF_W { [INFO] [stdout] | ^^^^^^^^^ --------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 62 | pub fn timer_xtl_off(&mut self) -> TIMER_XTL_OFF_W<'_, TIME_UPDATE_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rtc_cntl/time_update.rs:67:26 [INFO] [stdout] | [INFO] [stdout] 67 | pub fn timer_sys_rst(&mut self) -> TIMER_SYS_RST_W { [INFO] [stdout] | ^^^^^^^^^ --------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 67 | pub fn timer_sys_rst(&mut self) -> TIMER_SYS_RST_W<'_, TIME_UPDATE_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rtc_cntl/time_update.rs:72:24 [INFO] [stdout] | [INFO] [stdout] 72 | pub fn time_update(&mut self) -> TIME_UPDATE_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 72 | pub fn time_update(&mut self) -> TIME_UPDATE_W<'_, TIME_UPDATE_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rtc_cntl/time_low0.rs:27:29 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn timer_value0_low(&mut self) -> TIMER_VALUE0_LOW_W { [INFO] [stdout] | ^^^^^^^^^ ---------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn timer_value0_low(&mut self) -> TIMER_VALUE0_LOW_W<'_, TIME_LOW0_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rtc_cntl/time_high0.rs:27:30 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn timer_value0_high(&mut self) -> TIMER_VALUE0_HIGH_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn timer_value0_high(&mut self) -> TIMER_VALUE0_HIGH_W<'_, TIME_HIGH0_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rtc_cntl/state0.rs:87:23 [INFO] [stdout] | [INFO] [stdout] 87 | pub fn sw_cpu_int(&mut self) -> SW_CPU_INT_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 87 | pub fn sw_cpu_int(&mut self) -> SW_CPU_INT_W<'_, STATE0_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rtc_cntl/state0.rs:92:33 [INFO] [stdout] | [INFO] [stdout] 92 | pub fn slp_reject_cause_clr(&mut self) -> SLP_REJECT_CAUSE_CLR_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 92 | pub fn slp_reject_cause_clr(&mut self) -> SLP_REJECT_CAUSE_CLR_W<'_, STATE0_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rtc_cntl/state0.rs:97:31 [INFO] [stdout] | [INFO] [stdout] 97 | pub fn apb2rtc_bridge_sel(&mut self) -> APB2RTC_BRIDGE_SEL_W { [INFO] [stdout] | ^^^^^^^^^ --------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 97 | pub fn apb2rtc_bridge_sel(&mut self) -> APB2RTC_BRIDGE_SEL_W<'_, STATE0_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rtc_cntl/state0.rs:102:28 [INFO] [stdout] | [INFO] [stdout] 102 | pub fn sdio_active_ind(&mut self) -> SDIO_ACTIVE_IND_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 102 | pub fn sdio_active_ind(&mut self) -> SDIO_ACTIVE_IND_W<'_, STATE0_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rtc_cntl/state0.rs:107:23 [INFO] [stdout] | [INFO] [stdout] 107 | pub fn slp_wakeup(&mut self) -> SLP_WAKEUP_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 107 | pub fn slp_wakeup(&mut self) -> SLP_WAKEUP_W<'_, STATE0_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rtc_cntl/state0.rs:112:23 [INFO] [stdout] | [INFO] [stdout] 112 | pub fn slp_reject(&mut self) -> SLP_REJECT_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 112 | pub fn slp_reject(&mut self) -> SLP_REJECT_W<'_, STATE0_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rtc_cntl/state0.rs:117:21 [INFO] [stdout] | [INFO] [stdout] 117 | pub fn sleep_en(&mut self) -> SLEEP_EN_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 117 | pub fn sleep_en(&mut self) -> SLEEP_EN_W<'_, STATE0_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rtc_cntl/timer1.rs:67:25 [INFO] [stdout] | [INFO] [stdout] 67 | pub fn cpu_stall_en(&mut self) -> CPU_STALL_EN_W { [INFO] [stdout] | ^^^^^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 67 | pub fn cpu_stall_en(&mut self) -> CPU_STALL_EN_W<'_, TIMER1_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rtc_cntl/timer1.rs:72:27 [INFO] [stdout] | [INFO] [stdout] 72 | pub fn cpu_stall_wait(&mut self) -> CPU_STALL_WAIT_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 72 | pub fn cpu_stall_wait(&mut self) -> CPU_STALL_WAIT_W<'_, TIMER1_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rtc_cntl/timer1.rs:77:22 [INFO] [stdout] | [INFO] [stdout] 77 | pub fn ck8m_wait(&mut self) -> CK8M_WAIT_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 77 | pub fn ck8m_wait(&mut self) -> CK8M_WAIT_W<'_, TIMER1_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rtc_cntl/timer1.rs:82:25 [INFO] [stdout] | [INFO] [stdout] 82 | pub fn xtl_buf_wait(&mut self) -> XTL_BUF_WAIT_W { [INFO] [stdout] | ^^^^^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 82 | pub fn xtl_buf_wait(&mut self) -> XTL_BUF_WAIT_W<'_, TIMER1_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rtc_cntl/timer1.rs:87:25 [INFO] [stdout] | [INFO] [stdout] 87 | pub fn pll_buf_wait(&mut self) -> PLL_BUF_WAIT_W { [INFO] [stdout] | ^^^^^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 87 | pub fn pll_buf_wait(&mut self) -> PLL_BUF_WAIT_W<'_, TIMER1_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rtc_cntl/timer2.rs:27:30 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn min_time_ck8m_off(&mut self) -> MIN_TIME_CK8M_OFF_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn min_time_ck8m_off(&mut self) -> MIN_TIME_CK8M_OFF_W<'_, TIMER2_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rtc_cntl/timer4.rs:37:31 [INFO] [stdout] | [INFO] [stdout] 37 | pub fn dg_wrap_wait_timer(&mut self) -> DG_WRAP_WAIT_TIMER_W { [INFO] [stdout] | ^^^^^^^^^ --------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 37 | pub fn dg_wrap_wait_timer(&mut self) -> DG_WRAP_WAIT_TIMER_W<'_, TIMER4_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rtc_cntl/timer4.rs:42:34 [INFO] [stdout] | [INFO] [stdout] 42 | pub fn dg_wrap_powerup_timer(&mut self) -> DG_WRAP_POWERUP_TIMER_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 42 | pub fn dg_wrap_powerup_timer(&mut self) -> DG_WRAP_POWERUP_TIMER_W<'_, TIMER4_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rtc_cntl/timer5.rs:27:24 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn min_slp_val(&mut self) -> MIN_SLP_VAL_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn min_slp_val(&mut self) -> MIN_SLP_VAL_W<'_, TIMER5_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rtc_cntl/ana_conf.rs:117:35 [INFO] [stdout] | [INFO] [stdout] 117 | pub fn i2c_reset_por_force_pd(&mut self) -> I2C_RESET_POR_FORCE_PD_W { [INFO] [stdout] | ^^^^^^^^^ --------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 117 | pub fn i2c_reset_por_force_pd(&mut self) -> I2C_RESET_POR_FORCE_PD_W<'_, ANA_CONF_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rtc_cntl/ana_conf.rs:122:35 [INFO] [stdout] | [INFO] [stdout] 122 | pub fn i2c_reset_por_force_pu(&mut self) -> I2C_RESET_POR_FORCE_PU_W { [INFO] [stdout] | ^^^^^^^^^ --------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 122 | pub fn i2c_reset_por_force_pu(&mut self) -> I2C_RESET_POR_FORCE_PU_W<'_, ANA_CONF_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rtc_cntl/ana_conf.rs:127:23 [INFO] [stdout] | [INFO] [stdout] 127 | pub fn sar_i2c_pu(&mut self) -> SAR_I2C_PU_W { [INFO] [stdout] | ^^^^^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 127 | pub fn sar_i2c_pu(&mut self) -> SAR_I2C_PU_W<'_, ANA_CONF_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rtc_cntl/ana_conf.rs:132:26 [INFO] [stdout] | [INFO] [stdout] 132 | pub fn plla_force_pd(&mut self) -> PLLA_FORCE_PD_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 132 | pub fn plla_force_pd(&mut self) -> PLLA_FORCE_PD_W<'_, ANA_CONF_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rtc_cntl/ana_conf.rs:137:26 [INFO] [stdout] | [INFO] [stdout] 137 | pub fn plla_force_pu(&mut self) -> PLLA_FORCE_PU_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 137 | pub fn plla_force_pu(&mut self) -> PLLA_FORCE_PU_W<'_, ANA_CONF_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rtc_cntl/ana_conf.rs:142:32 [INFO] [stdout] | [INFO] [stdout] 142 | pub fn bbpll_cal_slp_start(&mut self) -> BBPLL_CAL_SLP_START_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 142 | pub fn bbpll_cal_slp_start(&mut self) -> BBPLL_CAL_SLP_START_W<'_, ANA_CONF_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rtc_cntl/ana_conf.rs:147:24 [INFO] [stdout] | [INFO] [stdout] 147 | pub fn txrf_i2c_pu(&mut self) -> TXRF_I2C_PU_W { [INFO] [stdout] | ^^^^^^^^^ ---------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 147 | pub fn txrf_i2c_pu(&mut self) -> TXRF_I2C_PU_W<'_, ANA_CONF_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rtc_cntl/ana_conf.rs:152:25 [INFO] [stdout] | [INFO] [stdout] 152 | pub fn rfrx_pbus_pu(&mut self) -> RFRX_PBUS_PU_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 152 | pub fn rfrx_pbus_pu(&mut self) -> RFRX_PBUS_PU_W<'_, ANA_CONF_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rtc_cntl/ana_conf.rs:157:25 [INFO] [stdout] | [INFO] [stdout] 157 | pub fn ckgen_i2c_pu(&mut self) -> CKGEN_I2C_PU_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 157 | pub fn ckgen_i2c_pu(&mut self) -> CKGEN_I2C_PU_W<'_, ANA_CONF_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rtc_cntl/ana_conf.rs:162:23 [INFO] [stdout] | [INFO] [stdout] 162 | pub fn pll_i2c_pu(&mut self) -> PLL_I2C_PU_W { [INFO] [stdout] | ^^^^^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 162 | pub fn pll_i2c_pu(&mut self) -> PLL_I2C_PU_W<'_, ANA_CONF_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rtc_cntl/reset_state.rs:57:31 [INFO] [stdout] | [INFO] [stdout] 57 | pub fn reset_cause_procpu(&mut self) -> RESET_CAUSE_PROCPU_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 57 | pub fn reset_cause_procpu(&mut self) -> RESET_CAUSE_PROCPU_W<'_, RESET_STATE_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rtc_cntl/reset_state.rs:62:35 [INFO] [stdout] | [INFO] [stdout] 62 | pub fn stat_vector_sel_procpu(&mut self) -> STAT_VECTOR_SEL_PROCPU_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 62 | pub fn stat_vector_sel_procpu(&mut self) -> STAT_VECTOR_SEL_PROCPU_W<'_, RESET_STATE_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rtc_cntl/reset_state.rs:67:37 [INFO] [stdout] | [INFO] [stdout] 67 | pub fn ocd_halt_on_reset_procpu(&mut self) -> OCD_HALT_ON_RESET_PROCPU_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 67 | pub fn ocd_halt_on_reset_procpu(&mut self) -> OCD_HALT_ON_RESET_PROCPU_W<'_, RESET_STATE_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rtc_cntl/reset_state.rs:72:31 [INFO] [stdout] | [INFO] [stdout] 72 | pub fn dreset_mask_procpu(&mut self) -> DRESET_MASK_PROCPU_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 72 | pub fn dreset_mask_procpu(&mut self) -> DRESET_MASK_PROCPU_W<'_, RESET_STATE_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rtc_cntl/wakeup_state.rs:27:23 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn wakeup_ena(&mut self) -> WAKEUP_ENA_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn wakeup_ena(&mut self) -> WAKEUP_ENA_W<'_, WAKEUP_STATE_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rtc_cntl/int_ena.rs:87:23 [INFO] [stdout] | [INFO] [stdout] 87 | pub fn slp_wakeup(&mut self) -> SLP_WAKEUP_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 87 | pub fn slp_wakeup(&mut self) -> SLP_WAKEUP_W<'_, INT_ENA_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rtc_cntl/int_ena.rs:92:23 [INFO] [stdout] | [INFO] [stdout] 92 | pub fn slp_reject(&mut self) -> SLP_REJECT_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 92 | pub fn slp_reject(&mut self) -> SLP_REJECT_W<'_, INT_ENA_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rtc_cntl/int_ena.rs:97:16 [INFO] [stdout] | [INFO] [stdout] 97 | pub fn wdt(&mut self) -> WDT_W { [INFO] [stdout] | ^^^^^^^^^ ------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 97 | pub fn wdt(&mut self) -> WDT_W<'_, INT_ENA_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rtc_cntl/int_ena.rs:102:22 [INFO] [stdout] | [INFO] [stdout] 102 | pub fn brown_out(&mut self) -> BROWN_OUT_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 102 | pub fn brown_out(&mut self) -> BROWN_OUT_W<'_, INT_ENA_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rtc_cntl/int_ena.rs:107:23 [INFO] [stdout] | [INFO] [stdout] 107 | pub fn main_timer(&mut self) -> MAIN_TIMER_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 107 | pub fn main_timer(&mut self) -> MAIN_TIMER_W<'_, INT_ENA_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rtc_cntl/int_ena.rs:112:16 [INFO] [stdout] | [INFO] [stdout] 112 | pub fn swd(&mut self) -> SWD_W { [INFO] [stdout] | ^^^^^^^^^ ------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 112 | pub fn swd(&mut self) -> SWD_W<'_, INT_ENA_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rtc_cntl/int_ena.rs:117:22 [INFO] [stdout] | [INFO] [stdout] 117 | pub fn bbpll_cal(&mut self) -> BBPLL_CAL_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 117 | pub fn bbpll_cal(&mut self) -> BBPLL_CAL_W<'_, INT_ENA_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rtc_cntl/int_raw.rs:87:23 [INFO] [stdout] | [INFO] [stdout] 87 | pub fn slp_wakeup(&mut self) -> SLP_WAKEUP_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 87 | pub fn slp_wakeup(&mut self) -> SLP_WAKEUP_W<'_, INT_RAW_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rtc_cntl/int_raw.rs:92:23 [INFO] [stdout] | [INFO] [stdout] 92 | pub fn slp_reject(&mut self) -> SLP_REJECT_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 92 | pub fn slp_reject(&mut self) -> SLP_REJECT_W<'_, INT_RAW_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rtc_cntl/int_raw.rs:97:16 [INFO] [stdout] | [INFO] [stdout] 97 | pub fn wdt(&mut self) -> WDT_W { [INFO] [stdout] | ^^^^^^^^^ ------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 97 | pub fn wdt(&mut self) -> WDT_W<'_, INT_RAW_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rtc_cntl/int_raw.rs:102:22 [INFO] [stdout] | [INFO] [stdout] 102 | pub fn brown_out(&mut self) -> BROWN_OUT_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 102 | pub fn brown_out(&mut self) -> BROWN_OUT_W<'_, INT_RAW_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rtc_cntl/int_raw.rs:107:23 [INFO] [stdout] | [INFO] [stdout] 107 | pub fn main_timer(&mut self) -> MAIN_TIMER_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 107 | pub fn main_timer(&mut self) -> MAIN_TIMER_W<'_, INT_RAW_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rtc_cntl/int_raw.rs:112:16 [INFO] [stdout] | [INFO] [stdout] 112 | pub fn swd(&mut self) -> SWD_W { [INFO] [stdout] | ^^^^^^^^^ ------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 112 | pub fn swd(&mut self) -> SWD_W<'_, INT_RAW_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rtc_cntl/int_raw.rs:117:22 [INFO] [stdout] | [INFO] [stdout] 117 | pub fn bbpll_cal(&mut self) -> BBPLL_CAL_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 117 | pub fn bbpll_cal(&mut self) -> BBPLL_CAL_W<'_, INT_RAW_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rtc_cntl/int_st.rs:87:23 [INFO] [stdout] | [INFO] [stdout] 87 | pub fn slp_wakeup(&mut self) -> SLP_WAKEUP_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 87 | pub fn slp_wakeup(&mut self) -> SLP_WAKEUP_W<'_, INT_ST_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rtc_cntl/int_st.rs:92:23 [INFO] [stdout] | [INFO] [stdout] 92 | pub fn slp_reject(&mut self) -> SLP_REJECT_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 92 | pub fn slp_reject(&mut self) -> SLP_REJECT_W<'_, INT_ST_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rtc_cntl/int_st.rs:97:16 [INFO] [stdout] | [INFO] [stdout] 97 | pub fn wdt(&mut self) -> WDT_W { [INFO] [stdout] | ^^^^^^^^^ ------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 97 | pub fn wdt(&mut self) -> WDT_W<'_, INT_ST_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rtc_cntl/int_st.rs:102:22 [INFO] [stdout] | [INFO] [stdout] 102 | pub fn brown_out(&mut self) -> BROWN_OUT_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 102 | pub fn brown_out(&mut self) -> BROWN_OUT_W<'_, INT_ST_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rtc_cntl/int_st.rs:107:23 [INFO] [stdout] | [INFO] [stdout] 107 | pub fn main_timer(&mut self) -> MAIN_TIMER_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 107 | pub fn main_timer(&mut self) -> MAIN_TIMER_W<'_, INT_ST_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rtc_cntl/int_st.rs:112:16 [INFO] [stdout] | [INFO] [stdout] 112 | pub fn swd(&mut self) -> SWD_W { [INFO] [stdout] | ^^^^^^^^^ ------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 112 | pub fn swd(&mut self) -> SWD_W<'_, INT_ST_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rtc_cntl/int_st.rs:117:22 [INFO] [stdout] | [INFO] [stdout] 117 | pub fn bbpll_cal(&mut self) -> BBPLL_CAL_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 117 | pub fn bbpll_cal(&mut self) -> BBPLL_CAL_W<'_, INT_ST_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rtc_cntl/int_clr.rs:87:23 [INFO] [stdout] | [INFO] [stdout] 87 | pub fn slp_wakeup(&mut self) -> SLP_WAKEUP_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 87 | pub fn slp_wakeup(&mut self) -> SLP_WAKEUP_W<'_, INT_CLR_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rtc_cntl/int_clr.rs:92:23 [INFO] [stdout] | [INFO] [stdout] 92 | pub fn slp_reject(&mut self) -> SLP_REJECT_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 92 | pub fn slp_reject(&mut self) -> SLP_REJECT_W<'_, INT_CLR_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rtc_cntl/int_clr.rs:97:16 [INFO] [stdout] | [INFO] [stdout] 97 | pub fn wdt(&mut self) -> WDT_W { [INFO] [stdout] | ^^^^^^^^^ ------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 97 | pub fn wdt(&mut self) -> WDT_W<'_, INT_CLR_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rtc_cntl/int_clr.rs:102:22 [INFO] [stdout] | [INFO] [stdout] 102 | pub fn brown_out(&mut self) -> BROWN_OUT_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 102 | pub fn brown_out(&mut self) -> BROWN_OUT_W<'_, INT_CLR_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rtc_cntl/int_clr.rs:107:23 [INFO] [stdout] | [INFO] [stdout] 107 | pub fn main_timer(&mut self) -> MAIN_TIMER_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 107 | pub fn main_timer(&mut self) -> MAIN_TIMER_W<'_, INT_CLR_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rtc_cntl/int_clr.rs:112:16 [INFO] [stdout] | [INFO] [stdout] 112 | pub fn swd(&mut self) -> SWD_W { [INFO] [stdout] | ^^^^^^^^^ ------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 112 | pub fn swd(&mut self) -> SWD_W<'_, INT_CLR_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rtc_cntl/int_clr.rs:117:22 [INFO] [stdout] | [INFO] [stdout] 117 | pub fn bbpll_cal(&mut self) -> BBPLL_CAL_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 117 | pub fn bbpll_cal(&mut self) -> BBPLL_CAL_W<'_, INT_CLR_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rtc_cntl/store0.rs:27:21 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn scratch0(&mut self) -> SCRATCH0_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn scratch0(&mut self) -> SCRATCH0_W<'_, STORE0_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rtc_cntl/store1.rs:27:21 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn scratch1(&mut self) -> SCRATCH1_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn scratch1(&mut self) -> SCRATCH1_W<'_, STORE1_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rtc_cntl/store2.rs:27:21 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn scratch2(&mut self) -> SCRATCH2_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn scratch2(&mut self) -> SCRATCH2_W<'_, STORE2_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rtc_cntl/store3.rs:27:21 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn scratch3(&mut self) -> SCRATCH3_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn scratch3(&mut self) -> SCRATCH3_W<'_, STORE3_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rtc_cntl/ext_xtl_conf.rs:37:27 [INFO] [stdout] | [INFO] [stdout] 37 | pub fn xtl_ext_ctr_lv(&mut self) -> XTL_EXT_CTR_LV_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 37 | pub fn xtl_ext_ctr_lv(&mut self) -> XTL_EXT_CTR_LV_W<'_, EXT_XTL_CONF_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rtc_cntl/ext_xtl_conf.rs:42:27 [INFO] [stdout] | [INFO] [stdout] 42 | pub fn xtl_ext_ctr_en(&mut self) -> XTL_EXT_CTR_EN_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 42 | pub fn xtl_ext_ctr_en(&mut self) -> XTL_EXT_CTR_EN_W<'_, EXT_XTL_CONF_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rtc_cntl/ext_wakeup_conf.rs:27:31 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn gpio_wakeup_filter(&mut self) -> GPIO_WAKEUP_FILTER_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 27 | pub fn gpio_wakeup_filter(&mut self) -> GPIO_WAKEUP_FILTER_W<'_, EXT_WAKEUP_CONF_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/rtc_cntl/slp_reject_conf.rs:47:29 [INFO] [stdout] | [INFO] [stdout] 47 | pub fn sleep_reject_ena(&mut self) -> SLEEP_REJECT_ENA_W { [INFO] [stdout] | ^^^^^^^^^ ---------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [WARN] too many lines in the log, truncating it