[INFO] fetching crate esp32 0.37.0... [INFO] testing esp32-0.37.0 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_libc_patch_0 [INFO] extracting crate esp32 0.37.0 into /workspace/builds/worker-0-tc1/source [INFO] started tweaking crates.io crate esp32 0.37.0 [INFO] finished tweaking crates.io crate esp32 0.37.0 [INFO] tweaked toml for crates.io crate esp32 0.37.0 written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate esp32 0.37.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 esp32 0.37.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-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 50297ee7597fb414e8e8faed01204b19e84b5f6cf3475e03603f97554a603669 [INFO] running `Command { std: "docker" "start" "-a" "50297ee7597fb414e8e8faed01204b19e84b5f6cf3475e03603f97554a603669", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "50297ee7597fb414e8e8faed01204b19e84b5f6cf3475e03603f97554a603669", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "50297ee7597fb414e8e8faed01204b19e84b5f6cf3475e03603f97554a603669", kill_on_drop: false }` [INFO] [stdout] 50297ee7597fb414e8e8faed01204b19e84b5f6cf3475e03603f97554a603669 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] fb0b13e83680c3cf36ee159f7a3aeb9da86d986dd3382ea83057742d8af0f0b0 [INFO] running `Command { std: "docker" "start" "-a" "fb0b13e83680c3cf36ee159f7a3aeb9da86d986dd3382ea83057742d8af0f0b0", kill_on_drop: false }` [INFO] [stderr] Compiling esp32 v0.37.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/aes/start.rs:14:18 [INFO] [stdout] | [INFO] [stdout] 14 | 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] = 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] 14 | pub fn start(&mut self) -> START_W<'_, START_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/aes/mode.rs:25:17 [INFO] [stdout] | [INFO] [stdout] 25 | 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] 25 | pub fn mode(&mut self) -> MODE_W<'_, MODE_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/aes/key.rs:25:16 [INFO] [stdout] | [INFO] [stdout] 25 | pub fn key(&mut self) -> KEY_W { [INFO] [stdout] | ^^^^^^^^^ --------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 key(&mut self) -> KEY_W<'_, KEY_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/aes/text.rs:25:17 [INFO] [stdout] | [INFO] [stdout] 25 | pub fn text(&mut self) -> TEXT_W { [INFO] [stdout] | ^^^^^^^^^ ----------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 text(&mut self) -> TEXT_W<'_, TEXT_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/aes/endian.rs:27:19 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn endian(&mut self) -> ENDIAN_W { [INFO] [stdout] | ^^^^^^^^^ --------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 endian(&mut self) -> ENDIAN_W<'_, ENDIAN_SPEC> { [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:24 [INFO] [stdout] | [INFO] [stdout] 67 | 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] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 67 | 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:72:24 [INFO] [stdout] | [INFO] [stdout] 72 | 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] 72 | 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:77:19 [INFO] [stdout] | [INFO] [stdout] 77 | 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] 77 | 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:82:25 [INFO] [stdout] | [INFO] [stdout] 82 | 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] 82 | 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/sysclk_conf.rs:87:27 [INFO] [stdout] | [INFO] [stdout] 87 | pub fn quick_clk_chng(&mut self) -> QUICK_CLK_CHNG_W { [INFO] [stdout] | ^^^^^^^^^ ---------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 quick_clk_chng(&mut self) -> QUICK_CLK_CHNG_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/xtal_tick_conf.rs:27:26 [INFO] [stdout] | [INFO] [stdout] 27 | 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] 27 | pub fn xtal_tick_num(&mut self) -> XTAL_TICK_NUM_W<'_, XTAL_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/pll_tick_conf.rs:27:25 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn pll_tick_num(&mut self) -> PLL_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] 27 | pub fn pll_tick_num(&mut self) -> PLL_TICK_NUM_W<'_, PLL_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/ck8m_tick_conf.rs:27:26 [INFO] [stdout] | [INFO] [stdout] 27 | 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] 27 | pub fn ck8m_tick_num(&mut self) -> CK8M_TICK_NUM_W<'_, CK8M_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/apb_saradc_ctrl.rs:147:31 [INFO] [stdout] | [INFO] [stdout] 147 | pub fn saradc_start_force(&mut self) -> SARADC_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] 147 | pub fn saradc_start_force(&mut self) -> SARADC_START_FORCE_W<'_, APB_SARADC_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/apb_saradc_ctrl.rs:152:25 [INFO] [stdout] | [INFO] [stdout] 152 | pub fn saradc_start(&mut self) -> SARADC_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] 152 | pub fn saradc_start(&mut self) -> SARADC_START_W<'_, APB_SARADC_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/apb_saradc_ctrl.rs:157:28 [INFO] [stdout] | [INFO] [stdout] 157 | pub fn saradc_sar2_mux(&mut self) -> SARADC_SAR2_MUX_W { [INFO] [stdout] | ^^^^^^^^^ --------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 saradc_sar2_mux(&mut self) -> SARADC_SAR2_MUX_W<'_, APB_SARADC_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/apb_saradc_ctrl.rs:162:29 [INFO] [stdout] | [INFO] [stdout] 162 | pub fn saradc_work_mode(&mut self) -> SARADC_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] 162 | pub fn saradc_work_mode(&mut self) -> SARADC_WORK_MODE_W<'_, APB_SARADC_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/apb_saradc_ctrl.rs:167:27 [INFO] [stdout] | [INFO] [stdout] 167 | pub fn saradc_sar_sel(&mut self) -> SARADC_SAR_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] 167 | pub fn saradc_sar_sel(&mut self) -> SARADC_SAR_SEL_W<'_, APB_SARADC_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/apb_saradc_ctrl.rs:172:33 [INFO] [stdout] | [INFO] [stdout] 172 | pub fn saradc_sar_clk_gated(&mut self) -> SARADC_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] 172 | pub fn saradc_sar_clk_gated(&mut self) -> SARADC_SAR_CLK_GATED_W<'_, APB_SARADC_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/apb_saradc_ctrl.rs:177:31 [INFO] [stdout] | [INFO] [stdout] 177 | pub fn saradc_sar_clk_div(&mut self) -> SARADC_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] 177 | pub fn saradc_sar_clk_div(&mut self) -> SARADC_SAR_CLK_DIV_W<'_, APB_SARADC_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/apb_saradc_ctrl.rs:182:33 [INFO] [stdout] | [INFO] [stdout] 182 | pub fn saradc_sar1_patt_len(&mut self) -> SARADC_SAR1_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] 182 | pub fn saradc_sar1_patt_len(&mut self) -> SARADC_SAR1_PATT_LEN_W<'_, APB_SARADC_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/apb_saradc_ctrl.rs:187:33 [INFO] [stdout] | [INFO] [stdout] 187 | pub fn saradc_sar2_patt_len(&mut self) -> SARADC_SAR2_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] 187 | pub fn saradc_sar2_patt_len(&mut self) -> SARADC_SAR2_PATT_LEN_W<'_, APB_SARADC_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/apb_saradc_ctrl.rs:192:37 [INFO] [stdout] | [INFO] [stdout] 192 | pub fn saradc_sar1_patt_p_clear(&mut self) -> SARADC_SAR1_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] 192 | pub fn saradc_sar1_patt_p_clear(&mut self) -> SARADC_SAR1_PATT_P_CLEAR_W<'_, APB_SARADC_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/apb_saradc_ctrl.rs:197:37 [INFO] [stdout] | [INFO] [stdout] 197 | pub fn saradc_sar2_patt_p_clear(&mut self) -> SARADC_SAR2_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] 197 | pub fn saradc_sar2_patt_p_clear(&mut self) -> SARADC_SAR2_PATT_P_CLEAR_W<'_, APB_SARADC_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/apb_saradc_ctrl.rs:202:32 [INFO] [stdout] | [INFO] [stdout] 202 | pub fn saradc_data_sar_sel(&mut self) -> SARADC_DATA_SAR_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] 202 | pub fn saradc_data_sar_sel(&mut self) -> SARADC_DATA_SAR_SEL_W<'_, APB_SARADC_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/apb_saradc_ctrl.rs:207:31 [INFO] [stdout] | [INFO] [stdout] 207 | pub fn saradc_data_to_i2s(&mut self) -> SARADC_DATA_TO_I2S_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 saradc_data_to_i2s(&mut self) -> SARADC_DATA_TO_I2S_W<'_, APB_SARADC_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/apb_saradc_ctrl2.rs:57:34 [INFO] [stdout] | [INFO] [stdout] 57 | pub fn saradc_meas_num_limit(&mut self) -> SARADC_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] 57 | pub fn saradc_meas_num_limit(&mut self) -> SARADC_MEAS_NUM_LIMIT_W<'_, APB_SARADC_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_ctrl/apb_saradc_ctrl2.rs:62:32 [INFO] [stdout] | [INFO] [stdout] 62 | pub fn saradc_max_meas_num(&mut self) -> SARADC_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] 62 | pub fn saradc_max_meas_num(&mut self) -> SARADC_MAX_MEAS_NUM_W<'_, APB_SARADC_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_ctrl/apb_saradc_ctrl2.rs:67:28 [INFO] [stdout] | [INFO] [stdout] 67 | pub fn saradc_sar1_inv(&mut self) -> SARADC_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] 67 | pub fn saradc_sar1_inv(&mut self) -> SARADC_SAR1_INV_W<'_, APB_SARADC_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_ctrl/apb_saradc_ctrl2.rs:72:28 [INFO] [stdout] | [INFO] [stdout] 72 | pub fn saradc_sar2_inv(&mut self) -> SARADC_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] 72 | pub fn saradc_sar2_inv(&mut self) -> SARADC_SAR2_INV_W<'_, APB_SARADC_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_ctrl/apb_saradc_fsm.rs:57:29 [INFO] [stdout] | [INFO] [stdout] 57 | pub fn saradc_rstb_wait(&mut self) -> SARADC_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] 57 | pub fn saradc_rstb_wait(&mut self) -> SARADC_RSTB_WAIT_W<'_, APB_SARADC_FSM_SPEC> { [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/apb_saradc_fsm.rs:62:32 [INFO] [stdout] | [INFO] [stdout] 62 | pub fn saradc_standby_wait(&mut self) -> SARADC_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] 62 | pub fn saradc_standby_wait(&mut self) -> SARADC_STANDBY_WAIT_W<'_, APB_SARADC_FSM_SPEC> { [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/apb_saradc_fsm.rs:67:30 [INFO] [stdout] | [INFO] [stdout] 67 | pub fn saradc_start_wait(&mut self) -> SARADC_START_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] 67 | pub fn saradc_start_wait(&mut self) -> SARADC_START_WAIT_W<'_, APB_SARADC_FSM_SPEC> { [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/apb_saradc_fsm.rs:72:32 [INFO] [stdout] | [INFO] [stdout] 72 | pub fn saradc_sample_cycle(&mut self) -> SARADC_SAMPLE_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 saradc_sample_cycle(&mut self) -> SARADC_SAMPLE_CYCLE_W<'_, APB_SARADC_FSM_SPEC> { [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/apb_saradc_sar1_patt_tab.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 29 | ) -> SARADC_SAR1_PATT_TAB1_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 | ) -> SARADC_SAR1_PATT_TAB1_W<'_, APB_SARADC_SAR1_PATT_TAB_SPEC> { [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/apb_saradc_sar2_patt_tab.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 29 | ) -> SARADC_SAR2_PATT_TAB1_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 | ) -> SARADC_SAR2_PATT_TAB1_W<'_, APB_SARADC_SAR2_PATT_TAB_SPEC> { [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/apll_tick_conf.rs:27:26 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn apll_tick_num(&mut self) -> APLL_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] 27 | pub fn apll_tick_num(&mut self) -> APLL_TICK_NUM_W<'_, APLL_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/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/dport/pro_boot_remap_ctrl.rs:27:27 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn pro_boot_remap(&mut self) -> PRO_BOOT_REMAP_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 pro_boot_remap(&mut self) -> PRO_BOOT_REMAP_W<'_, PRO_BOOT_REMAP_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/dport/app_boot_remap_ctrl.rs:27:27 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn app_boot_remap(&mut self) -> APP_BOOT_REMAP_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 app_boot_remap(&mut self) -> APP_BOOT_REMAP_W<'_, APP_BOOT_REMAP_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/dport/pro_dport_apb_mask0.rs:27:31 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn prodport_apb_mask0(&mut self) -> PRODPORT_APB_MASK0_W { [INFO] [stdout] | ^^^^^^^^^ ---------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 prodport_apb_mask0(&mut self) -> PRODPORT_APB_MASK0_W<'_, PRO_DPORT_APB_MASK0_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/pro_dport_apb_mask1.rs:27:31 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn prodport_apb_mask1(&mut self) -> PRODPORT_APB_MASK1_W { [INFO] [stdout] | ^^^^^^^^^ ---------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 prodport_apb_mask1(&mut self) -> PRODPORT_APB_MASK1_W<'_, PRO_DPORT_APB_MASK1_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/app_dport_apb_mask0.rs:27:31 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn appdport_apb_mask0(&mut self) -> APPDPORT_APB_MASK0_W { [INFO] [stdout] | ^^^^^^^^^ ---------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 appdport_apb_mask0(&mut self) -> APPDPORT_APB_MASK0_W<'_, APP_DPORT_APB_MASK0_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/app_dport_apb_mask1.rs:27:31 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn appdport_apb_mask1(&mut self) -> APPDPORT_APB_MASK1_W { [INFO] [stdout] | ^^^^^^^^^ ---------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 appdport_apb_mask1(&mut self) -> APPDPORT_APB_MASK1_W<'_, APP_DPORT_APB_MASK1_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/peri_clk_en.rs:27:24 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn peri_clk_en(&mut self) -> PERI_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 peri_clk_en(&mut self) -> PERI_CLK_EN_W<'_, PERI_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/dport/peri_rst_en.rs:27:24 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn peri_rst_en(&mut self) -> PERI_RST_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 peri_rst_en(&mut self) -> PERI_RST_EN_W<'_, PERI_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/dport/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/dport/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/dport/appcpu_ctrl_a.rs:27:29 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn appcpu_resetting(&mut self) -> APPCPU_RESETTING_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 appcpu_resetting(&mut self) -> APPCPU_RESETTING_W<'_, APPCPU_CTRL_A_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/appcpu_ctrl_b.rs:27:30 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn appcpu_clkgate_en(&mut self) -> APPCPU_CLKGATE_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 appcpu_clkgate_en(&mut self) -> APPCPU_CLKGATE_EN_W<'_, APPCPU_CTRL_B_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/appcpu_ctrl_c.rs:27:28 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn appcpu_runstall(&mut self) -> APPCPU_RUNSTALL_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 appcpu_runstall(&mut self) -> APPCPU_RUNSTALL_W<'_, APPCPU_CTRL_C_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/appcpu_ctrl_d.rs:27:29 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn appcpu_boot_addr(&mut self) -> APPCPU_BOOT_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 appcpu_boot_addr(&mut self) -> APPCPU_BOOT_ADDR_W<'_, APPCPU_CTRL_D_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/cpu_per_conf.rs:47:26 [INFO] [stdout] | [INFO] [stdout] 47 | pub fn cpuperiod_sel(&mut self) -> CPUPERIOD_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 cpuperiod_sel(&mut self) -> CPUPERIOD_SEL_W<'_, CPU_PER_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/dport/cpu_per_conf.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | pub fn lowspeed_clk_sel(&mut self) -> LOWSPEED_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] 52 | pub fn lowspeed_clk_sel(&mut self) -> LOWSPEED_CLK_SEL_W<'_, CPU_PER_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/dport/cpu_per_conf.rs:57:29 [INFO] [stdout] | [INFO] [stdout] 57 | pub fn fast_clk_rtc_sel(&mut self) -> FAST_CLK_RTC_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 fast_clk_rtc_sel(&mut self) -> FAST_CLK_RTC_SEL_W<'_, CPU_PER_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/dport/pro_cache_ctrl.rs:157:27 [INFO] [stdout] | [INFO] [stdout] 157 | pub fn pro_cache_mode(&mut self) -> PRO_CACHE_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] 157 | pub fn pro_cache_mode(&mut self) -> PRO_CACHE_MODE_W<'_, PRO_CACHE_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/dport/pro_cache_ctrl.rs:162:29 [INFO] [stdout] | [INFO] [stdout] 162 | pub fn pro_cache_enable(&mut self) -> PRO_CACHE_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] 162 | pub fn pro_cache_enable(&mut self) -> PRO_CACHE_ENABLE_W<'_, PRO_CACHE_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/dport/pro_cache_ctrl.rs:167:32 [INFO] [stdout] | [INFO] [stdout] 167 | pub fn pro_cache_flush_ena(&mut self) -> PRO_CACHE_FLUSH_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] 167 | pub fn pro_cache_flush_ena(&mut self) -> PRO_CACHE_FLUSH_ENA_W<'_, PRO_CACHE_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/dport/pro_cache_ctrl.rs:172:32 [INFO] [stdout] | [INFO] [stdout] 172 | pub fn pro_cache_lock_0_en(&mut self) -> PRO_CACHE_LOCK_0_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] 172 | pub fn pro_cache_lock_0_en(&mut self) -> PRO_CACHE_LOCK_0_EN_W<'_, PRO_CACHE_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/dport/pro_cache_ctrl.rs:177:32 [INFO] [stdout] | [INFO] [stdout] 177 | pub fn pro_cache_lock_1_en(&mut self) -> PRO_CACHE_LOCK_1_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 pro_cache_lock_1_en(&mut self) -> PRO_CACHE_LOCK_1_EN_W<'_, PRO_CACHE_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/dport/pro_cache_ctrl.rs:182:32 [INFO] [stdout] | [INFO] [stdout] 182 | pub fn pro_cache_lock_2_en(&mut self) -> PRO_CACHE_LOCK_2_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] 182 | pub fn pro_cache_lock_2_en(&mut self) -> PRO_CACHE_LOCK_2_EN_W<'_, PRO_CACHE_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/dport/pro_cache_ctrl.rs:187:32 [INFO] [stdout] | [INFO] [stdout] 187 | pub fn pro_cache_lock_3_en(&mut self) -> PRO_CACHE_LOCK_3_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] 187 | pub fn pro_cache_lock_3_en(&mut self) -> PRO_CACHE_LOCK_3_EN_W<'_, PRO_CACHE_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/dport/pro_cache_ctrl.rs:192:32 [INFO] [stdout] | [INFO] [stdout] 192 | pub fn pro_single_iram_ena(&mut self) -> PRO_SINGLE_IRAM_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] 192 | pub fn pro_single_iram_ena(&mut self) -> PRO_SINGLE_IRAM_ENA_W<'_, PRO_CACHE_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/dport/pro_cache_ctrl.rs:197:27 [INFO] [stdout] | [INFO] [stdout] 197 | pub fn pro_dram_split(&mut self) -> PRO_DRAM_SPLIT_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 pro_dram_split(&mut self) -> PRO_DRAM_SPLIT_W<'_, PRO_CACHE_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/dport/pro_cache_ctrl.rs:202:24 [INFO] [stdout] | [INFO] [stdout] 202 | pub fn pro_dram_hl(&mut self) -> PRO_DRAM_HL_W { [INFO] [stdout] | ^^^^^^^^^ ---------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 pro_dram_hl(&mut self) -> PRO_DRAM_HL_W<'_, PRO_CACHE_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/dport/pro_cache_ctrl1.rs:127:33 [INFO] [stdout] | [INFO] [stdout] 127 | pub fn pro_cache_mask_iram0(&mut self) -> PRO_CACHE_MASK_IRAM0_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 pro_cache_mask_iram0(&mut self) -> PRO_CACHE_MASK_IRAM0_W<'_, PRO_CACHE_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/dport/pro_cache_ctrl1.rs:132:33 [INFO] [stdout] | [INFO] [stdout] 132 | pub fn pro_cache_mask_iram1(&mut self) -> PRO_CACHE_MASK_IRAM1_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 pro_cache_mask_iram1(&mut self) -> PRO_CACHE_MASK_IRAM1_W<'_, PRO_CACHE_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/dport/pro_cache_ctrl1.rs:137:33 [INFO] [stdout] | [INFO] [stdout] 137 | pub fn pro_cache_mask_irom0(&mut self) -> PRO_CACHE_MASK_IROM0_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 pro_cache_mask_irom0(&mut self) -> PRO_CACHE_MASK_IROM0_W<'_, PRO_CACHE_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/dport/pro_cache_ctrl1.rs:142:33 [INFO] [stdout] | [INFO] [stdout] 142 | pub fn pro_cache_mask_dram1(&mut self) -> PRO_CACHE_MASK_DRAM1_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 pro_cache_mask_dram1(&mut self) -> PRO_CACHE_MASK_DRAM1_W<'_, PRO_CACHE_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/dport/pro_cache_ctrl1.rs:147:33 [INFO] [stdout] | [INFO] [stdout] 147 | pub fn pro_cache_mask_drom0(&mut self) -> PRO_CACHE_MASK_DROM0_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 pro_cache_mask_drom0(&mut self) -> PRO_CACHE_MASK_DROM0_W<'_, PRO_CACHE_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/dport/pro_cache_ctrl1.rs:152:35 [INFO] [stdout] | [INFO] [stdout] 152 | pub fn pro_cache_mask_opsdram(&mut self) -> PRO_CACHE_MASK_OPSDRAM_W { [INFO] [stdout] | ^^^^^^^^^ ---------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 pro_cache_mask_opsdram(&mut self) -> PRO_CACHE_MASK_OPSDRAM_W<'_, PRO_CACHE_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/dport/pro_cache_ctrl1.rs:157:36 [INFO] [stdout] | [INFO] [stdout] 157 | pub fn pro_cmmu_sram_page_mode(&mut self) -> PRO_CMMU_SRAM_PAGE_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] 157 | pub fn pro_cmmu_sram_page_mode(&mut self) -> PRO_CMMU_SRAM_PAGE_MODE_W<'_, PRO_CACHE_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/dport/pro_cache_ctrl1.rs:162:37 [INFO] [stdout] | [INFO] [stdout] 162 | pub fn pro_cmmu_flash_page_mode(&mut self) -> PRO_CMMU_FLASH_PAGE_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] 162 | pub fn pro_cmmu_flash_page_mode(&mut self) -> PRO_CMMU_FLASH_PAGE_MODE_W<'_, PRO_CACHE_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/dport/pro_cache_ctrl1.rs:167:30 [INFO] [stdout] | [INFO] [stdout] 167 | pub fn pro_cmmu_force_on(&mut self) -> PRO_CMMU_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] 167 | pub fn pro_cmmu_force_on(&mut self) -> PRO_CMMU_FORCE_ON_W<'_, PRO_CACHE_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/dport/pro_cache_ctrl1.rs:172:24 [INFO] [stdout] | [INFO] [stdout] 172 | pub fn pro_cmmu_pd(&mut self) -> PRO_CMMU_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] 172 | pub fn pro_cmmu_pd(&mut self) -> PRO_CMMU_PD_W<'_, PRO_CACHE_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/dport/pro_cache_ctrl1.rs:177:33 [INFO] [stdout] | [INFO] [stdout] 177 | pub fn pro_cache_mmu_ia_clr(&mut self) -> PRO_CACHE_MMU_IA_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] 177 | pub fn pro_cache_mmu_ia_clr(&mut self) -> PRO_CACHE_MMU_IA_CLR_W<'_, PRO_CACHE_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/dport/pro_cache_lock_0_addr.rs:47:16 [INFO] [stdout] | [INFO] [stdout] 47 | pub fn pre(&mut self) -> PRE_W { [INFO] [stdout] | ^^^^^^^^^ --------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 pre(&mut self) -> PRE_W<'_, PRO_CACHE_LOCK_0_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/dport/pro_cache_lock_0_addr.rs:52:16 [INFO] [stdout] | [INFO] [stdout] 52 | pub fn min(&mut self) -> 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] 52 | pub fn min(&mut self) -> MIN_W<'_, PRO_CACHE_LOCK_0_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/dport/pro_cache_lock_0_addr.rs:57:16 [INFO] [stdout] | [INFO] [stdout] 57 | pub fn max(&mut self) -> 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] 57 | pub fn max(&mut self) -> MAX_W<'_, PRO_CACHE_LOCK_0_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/dport/pro_cache_lock_1_addr.rs:47:16 [INFO] [stdout] | [INFO] [stdout] 47 | pub fn pre(&mut self) -> PRE_W { [INFO] [stdout] | ^^^^^^^^^ --------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 pre(&mut self) -> PRE_W<'_, PRO_CACHE_LOCK_1_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/dport/pro_cache_lock_1_addr.rs:52:16 [INFO] [stdout] | [INFO] [stdout] 52 | pub fn min(&mut self) -> 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] 52 | pub fn min(&mut self) -> MIN_W<'_, PRO_CACHE_LOCK_1_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/dport/pro_cache_lock_1_addr.rs:57:16 [INFO] [stdout] | [INFO] [stdout] 57 | pub fn max(&mut self) -> 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] 57 | pub fn max(&mut self) -> MAX_W<'_, PRO_CACHE_LOCK_1_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/dport/pro_cache_lock_2_addr.rs:47:16 [INFO] [stdout] | [INFO] [stdout] 47 | pub fn pre(&mut self) -> PRE_W { [INFO] [stdout] | ^^^^^^^^^ --------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 pre(&mut self) -> PRE_W<'_, PRO_CACHE_LOCK_2_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/dport/pro_cache_lock_2_addr.rs:52:16 [INFO] [stdout] | [INFO] [stdout] 52 | pub fn min(&mut self) -> 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] 52 | pub fn min(&mut self) -> MIN_W<'_, PRO_CACHE_LOCK_2_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/dport/pro_cache_lock_2_addr.rs:57:16 [INFO] [stdout] | [INFO] [stdout] 57 | pub fn max(&mut self) -> 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] 57 | pub fn max(&mut self) -> MAX_W<'_, PRO_CACHE_LOCK_2_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/dport/pro_cache_lock_3_addr.rs:47:16 [INFO] [stdout] | [INFO] [stdout] 47 | pub fn pre(&mut self) -> PRE_W { [INFO] [stdout] | ^^^^^^^^^ --------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 pre(&mut self) -> PRE_W<'_, PRO_CACHE_LOCK_3_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/dport/pro_cache_lock_3_addr.rs:52:16 [INFO] [stdout] | [INFO] [stdout] 52 | pub fn min(&mut self) -> 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] 52 | pub fn min(&mut self) -> MIN_W<'_, PRO_CACHE_LOCK_3_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/dport/pro_cache_lock_3_addr.rs:57:16 [INFO] [stdout] | [INFO] [stdout] 57 | pub fn max(&mut self) -> 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] 57 | pub fn max(&mut self) -> MAX_W<'_, PRO_CACHE_LOCK_3_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/dport/app_cache_ctrl.rs:141:27 [INFO] [stdout] | [INFO] [stdout] 141 | pub fn app_cache_mode(&mut self) -> APP_CACHE_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] 141 | pub fn app_cache_mode(&mut self) -> APP_CACHE_MODE_W<'_, APP_CACHE_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/dport/app_cache_ctrl.rs:146:29 [INFO] [stdout] | [INFO] [stdout] 146 | pub fn app_cache_enable(&mut self) -> APP_CACHE_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] 146 | pub fn app_cache_enable(&mut self) -> APP_CACHE_ENABLE_W<'_, APP_CACHE_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/dport/app_cache_ctrl.rs:151:32 [INFO] [stdout] | [INFO] [stdout] 151 | pub fn app_cache_flush_ena(&mut self) -> APP_CACHE_FLUSH_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] 151 | pub fn app_cache_flush_ena(&mut self) -> APP_CACHE_FLUSH_ENA_W<'_, APP_CACHE_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/dport/app_cache_ctrl.rs:156:32 [INFO] [stdout] | [INFO] [stdout] 156 | pub fn app_cache_lock_0_en(&mut self) -> APP_CACHE_LOCK_0_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] 156 | pub fn app_cache_lock_0_en(&mut self) -> APP_CACHE_LOCK_0_EN_W<'_, APP_CACHE_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/dport/app_cache_ctrl.rs:161:32 [INFO] [stdout] | [INFO] [stdout] 161 | pub fn app_cache_lock_1_en(&mut self) -> APP_CACHE_LOCK_1_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] 161 | pub fn app_cache_lock_1_en(&mut self) -> APP_CACHE_LOCK_1_EN_W<'_, APP_CACHE_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/dport/app_cache_ctrl.rs:166:32 [INFO] [stdout] | [INFO] [stdout] 166 | pub fn app_cache_lock_2_en(&mut self) -> APP_CACHE_LOCK_2_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] 166 | pub fn app_cache_lock_2_en(&mut self) -> APP_CACHE_LOCK_2_EN_W<'_, APP_CACHE_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/dport/app_cache_ctrl.rs:171:32 [INFO] [stdout] | [INFO] [stdout] 171 | pub fn app_cache_lock_3_en(&mut self) -> APP_CACHE_LOCK_3_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] 171 | pub fn app_cache_lock_3_en(&mut self) -> APP_CACHE_LOCK_3_EN_W<'_, APP_CACHE_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/dport/app_cache_ctrl.rs:176:32 [INFO] [stdout] | [INFO] [stdout] 176 | pub fn app_single_iram_ena(&mut self) -> APP_SINGLE_IRAM_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] 176 | pub fn app_single_iram_ena(&mut self) -> APP_SINGLE_IRAM_ENA_W<'_, APP_CACHE_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/dport/app_cache_ctrl.rs:181:27 [INFO] [stdout] | [INFO] [stdout] 181 | pub fn app_dram_split(&mut self) -> APP_DRAM_SPLIT_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 181 | pub fn app_dram_split(&mut self) -> APP_DRAM_SPLIT_W<'_, APP_CACHE_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/dport/app_cache_ctrl.rs:186:24 [INFO] [stdout] | [INFO] [stdout] 186 | pub fn app_dram_hl(&mut self) -> APP_DRAM_HL_W { [INFO] [stdout] | ^^^^^^^^^ ---------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 186 | pub fn app_dram_hl(&mut self) -> APP_DRAM_HL_W<'_, APP_CACHE_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/dport/app_cache_ctrl1.rs:127:33 [INFO] [stdout] | [INFO] [stdout] 127 | pub fn app_cache_mask_iram0(&mut self) -> APP_CACHE_MASK_IRAM0_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 app_cache_mask_iram0(&mut self) -> APP_CACHE_MASK_IRAM0_W<'_, APP_CACHE_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/dport/app_cache_ctrl1.rs:132:33 [INFO] [stdout] | [INFO] [stdout] 132 | pub fn app_cache_mask_iram1(&mut self) -> APP_CACHE_MASK_IRAM1_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 app_cache_mask_iram1(&mut self) -> APP_CACHE_MASK_IRAM1_W<'_, APP_CACHE_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/dport/app_cache_ctrl1.rs:137:33 [INFO] [stdout] | [INFO] [stdout] 137 | pub fn app_cache_mask_irom0(&mut self) -> APP_CACHE_MASK_IROM0_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 app_cache_mask_irom0(&mut self) -> APP_CACHE_MASK_IROM0_W<'_, APP_CACHE_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/dport/app_cache_ctrl1.rs:142:33 [INFO] [stdout] | [INFO] [stdout] 142 | pub fn app_cache_mask_dram1(&mut self) -> APP_CACHE_MASK_DRAM1_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 app_cache_mask_dram1(&mut self) -> APP_CACHE_MASK_DRAM1_W<'_, APP_CACHE_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/dport/app_cache_ctrl1.rs:147:33 [INFO] [stdout] | [INFO] [stdout] 147 | pub fn app_cache_mask_drom0(&mut self) -> APP_CACHE_MASK_DROM0_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 app_cache_mask_drom0(&mut self) -> APP_CACHE_MASK_DROM0_W<'_, APP_CACHE_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/dport/app_cache_ctrl1.rs:152:35 [INFO] [stdout] | [INFO] [stdout] 152 | pub fn app_cache_mask_opsdram(&mut self) -> APP_CACHE_MASK_OPSDRAM_W { [INFO] [stdout] | ^^^^^^^^^ ---------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 app_cache_mask_opsdram(&mut self) -> APP_CACHE_MASK_OPSDRAM_W<'_, APP_CACHE_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/dport/app_cache_ctrl1.rs:157:36 [INFO] [stdout] | [INFO] [stdout] 157 | pub fn app_cmmu_sram_page_mode(&mut self) -> APP_CMMU_SRAM_PAGE_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] 157 | pub fn app_cmmu_sram_page_mode(&mut self) -> APP_CMMU_SRAM_PAGE_MODE_W<'_, APP_CACHE_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/dport/app_cache_ctrl1.rs:162:37 [INFO] [stdout] | [INFO] [stdout] 162 | pub fn app_cmmu_flash_page_mode(&mut self) -> APP_CMMU_FLASH_PAGE_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] 162 | pub fn app_cmmu_flash_page_mode(&mut self) -> APP_CMMU_FLASH_PAGE_MODE_W<'_, APP_CACHE_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/dport/app_cache_ctrl1.rs:167:30 [INFO] [stdout] | [INFO] [stdout] 167 | pub fn app_cmmu_force_on(&mut self) -> APP_CMMU_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] 167 | pub fn app_cmmu_force_on(&mut self) -> APP_CMMU_FORCE_ON_W<'_, APP_CACHE_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/dport/app_cache_ctrl1.rs:172:24 [INFO] [stdout] | [INFO] [stdout] 172 | pub fn app_cmmu_pd(&mut self) -> APP_CMMU_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] 172 | pub fn app_cmmu_pd(&mut self) -> APP_CMMU_PD_W<'_, APP_CACHE_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/dport/app_cache_ctrl1.rs:177:33 [INFO] [stdout] | [INFO] [stdout] 177 | pub fn app_cache_mmu_ia_clr(&mut self) -> APP_CACHE_MMU_IA_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] 177 | pub fn app_cache_mmu_ia_clr(&mut self) -> APP_CACHE_MMU_IA_CLR_W<'_, APP_CACHE_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/dport/app_cache_lock_0_addr.rs:47:16 [INFO] [stdout] | [INFO] [stdout] 47 | pub fn pre(&mut self) -> PRE_W { [INFO] [stdout] | ^^^^^^^^^ --------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 pre(&mut self) -> PRE_W<'_, APP_CACHE_LOCK_0_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/dport/app_cache_lock_0_addr.rs:52:16 [INFO] [stdout] | [INFO] [stdout] 52 | pub fn min(&mut self) -> 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] 52 | pub fn min(&mut self) -> MIN_W<'_, APP_CACHE_LOCK_0_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/dport/app_cache_lock_0_addr.rs:57:16 [INFO] [stdout] | [INFO] [stdout] 57 | pub fn max(&mut self) -> 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] 57 | pub fn max(&mut self) -> MAX_W<'_, APP_CACHE_LOCK_0_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/dport/app_cache_lock_1_addr.rs:47:16 [INFO] [stdout] | [INFO] [stdout] 47 | pub fn pre(&mut self) -> PRE_W { [INFO] [stdout] | ^^^^^^^^^ --------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 pre(&mut self) -> PRE_W<'_, APP_CACHE_LOCK_1_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/dport/app_cache_lock_1_addr.rs:52:16 [INFO] [stdout] | [INFO] [stdout] 52 | pub fn min(&mut self) -> 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] 52 | pub fn min(&mut self) -> MIN_W<'_, APP_CACHE_LOCK_1_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/dport/app_cache_lock_1_addr.rs:57:16 [INFO] [stdout] | [INFO] [stdout] 57 | pub fn max(&mut self) -> 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] 57 | pub fn max(&mut self) -> MAX_W<'_, APP_CACHE_LOCK_1_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/dport/app_cache_lock_2_addr.rs:47:16 [INFO] [stdout] | [INFO] [stdout] 47 | pub fn pre(&mut self) -> PRE_W { [INFO] [stdout] | ^^^^^^^^^ --------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 pre(&mut self) -> PRE_W<'_, APP_CACHE_LOCK_2_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/dport/app_cache_lock_2_addr.rs:52:16 [INFO] [stdout] | [INFO] [stdout] 52 | pub fn min(&mut self) -> 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] 52 | pub fn min(&mut self) -> MIN_W<'_, APP_CACHE_LOCK_2_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/dport/app_cache_lock_2_addr.rs:57:16 [INFO] [stdout] | [INFO] [stdout] 57 | pub fn max(&mut self) -> 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] 57 | pub fn max(&mut self) -> MAX_W<'_, APP_CACHE_LOCK_2_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/dport/app_cache_lock_3_addr.rs:47:16 [INFO] [stdout] | [INFO] [stdout] 47 | pub fn pre(&mut self) -> PRE_W { [INFO] [stdout] | ^^^^^^^^^ --------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 pre(&mut self) -> PRE_W<'_, APP_CACHE_LOCK_3_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/dport/app_cache_lock_3_addr.rs:52:16 [INFO] [stdout] | [INFO] [stdout] 52 | pub fn min(&mut self) -> 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] 52 | pub fn min(&mut self) -> MIN_W<'_, APP_CACHE_LOCK_3_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/dport/app_cache_lock_3_addr.rs:57:16 [INFO] [stdout] | [INFO] [stdout] 57 | pub fn max(&mut self) -> 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] 57 | pub fn max(&mut self) -> MAX_W<'_, APP_CACHE_LOCK_3_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/dport/tracemem_mux_mode.rs:27:30 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn tracemem_mux_mode(&mut self) -> TRACEMEM_MUX_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] 27 | pub fn tracemem_mux_mode(&mut self) -> TRACEMEM_MUX_MODE_W<'_, TRACEMEM_MUX_MODE_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/pro_tracemem_ena.rs:27:29 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn pro_tracemem_ena(&mut self) -> PRO_TRACEMEM_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 pro_tracemem_ena(&mut self) -> PRO_TRACEMEM_ENA_W<'_, PRO_TRACEMEM_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/dport/app_tracemem_ena.rs:27:29 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn app_tracemem_ena(&mut self) -> APP_TRACEMEM_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 app_tracemem_ena(&mut self) -> APP_TRACEMEM_ENA_W<'_, APP_TRACEMEM_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/dport/cache_mux_mode.rs:27:27 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn cache_mux_mode(&mut self) -> CACHE_MUX_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] 27 | pub fn cache_mux_mode(&mut self) -> CACHE_MUX_MODE_W<'_, CACHE_MUX_MODE_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/immu_page_mode.rs:37:35 [INFO] [stdout] | [INFO] [stdout] 37 | pub fn internal_sram_immu_ena(&mut self) -> INTERNAL_SRAM_IMMU_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 internal_sram_immu_ena(&mut self) -> INTERNAL_SRAM_IMMU_ENA_W<'_, IMMU_PAGE_MODE_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/immu_page_mode.rs:42:27 [INFO] [stdout] | [INFO] [stdout] 42 | pub fn immu_page_mode(&mut self) -> IMMU_PAGE_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] 42 | pub fn immu_page_mode(&mut self) -> IMMU_PAGE_MODE_W<'_, IMMU_PAGE_MODE_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/dmmu_page_mode.rs:37:35 [INFO] [stdout] | [INFO] [stdout] 37 | pub fn internal_sram_dmmu_ena(&mut self) -> INTERNAL_SRAM_DMMU_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 internal_sram_dmmu_ena(&mut self) -> INTERNAL_SRAM_DMMU_ENA_W<'_, DMMU_PAGE_MODE_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/dmmu_page_mode.rs:42:27 [INFO] [stdout] | [INFO] [stdout] 42 | pub fn dmmu_page_mode(&mut self) -> DMMU_PAGE_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] 42 | pub fn dmmu_page_mode(&mut self) -> DMMU_PAGE_MODE_W<'_, DMMU_PAGE_MODE_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/rom_mpu_ena.rs:47:30 [INFO] [stdout] | [INFO] [stdout] 47 | pub fn share_rom_mpu_ena(&mut self) -> SHARE_ROM_MPU_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] 47 | pub fn share_rom_mpu_ena(&mut self) -> SHARE_ROM_MPU_ENA_W<'_, ROM_MPU_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/dport/rom_mpu_ena.rs:52:28 [INFO] [stdout] | [INFO] [stdout] 52 | pub fn pro_rom_mpu_ena(&mut self) -> PRO_ROM_MPU_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] 52 | pub fn pro_rom_mpu_ena(&mut self) -> PRO_ROM_MPU_ENA_W<'_, ROM_MPU_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/dport/rom_mpu_ena.rs:57:28 [INFO] [stdout] | [INFO] [stdout] 57 | pub fn app_rom_mpu_ena(&mut self) -> APP_ROM_MPU_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] 57 | pub fn app_rom_mpu_ena(&mut self) -> APP_ROM_MPU_ENA_W<'_, ROM_MPU_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/dport/mem_pd_mask.rs:27:29 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn lslp_mem_pd_mask(&mut self) -> LSLP_MEM_PD_MASK_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 lslp_mem_pd_mask(&mut self) -> LSLP_MEM_PD_MASK_W<'_, MEM_PD_MASK_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/rom_pd_ctrl.rs:47:23 [INFO] [stdout] | [INFO] [stdout] 47 | pub fn pro_rom_pd(&mut self) -> PRO_ROM_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] 47 | pub fn pro_rom_pd(&mut self) -> PRO_ROM_PD_W<'_, ROM_PD_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/dport/rom_pd_ctrl.rs:52:23 [INFO] [stdout] | [INFO] [stdout] 52 | pub fn app_rom_pd(&mut self) -> APP_ROM_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] 52 | pub fn app_rom_pd(&mut self) -> APP_ROM_PD_W<'_, ROM_PD_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/dport/rom_pd_ctrl.rs:57:25 [INFO] [stdout] | [INFO] [stdout] 57 | pub fn share_rom_pd(&mut self) -> SHARE_ROM_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 share_rom_pd(&mut self) -> SHARE_ROM_PD_W<'_, ROM_PD_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/dport/rom_fo_ctrl.rs:47:23 [INFO] [stdout] | [INFO] [stdout] 47 | pub fn pro_rom_fo(&mut self) -> PRO_ROM_FO_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 pro_rom_fo(&mut self) -> PRO_ROM_FO_W<'_, ROM_FO_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/dport/rom_fo_ctrl.rs:52:23 [INFO] [stdout] | [INFO] [stdout] 52 | pub fn app_rom_fo(&mut self) -> APP_ROM_FO_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 app_rom_fo(&mut self) -> APP_ROM_FO_W<'_, ROM_FO_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/dport/rom_fo_ctrl.rs:57:25 [INFO] [stdout] | [INFO] [stdout] 57 | pub fn share_rom_fo(&mut self) -> SHARE_ROM_FO_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 share_rom_fo(&mut self) -> SHARE_ROM_FO_W<'_, ROM_FO_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/dport/sram_pd_ctrl_0.rs:27:22 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn sram_pd_0(&mut self) -> SRAM_PD_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 sram_pd_0(&mut self) -> SRAM_PD_0_W<'_, SRAM_PD_CTRL_0_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/sram_pd_ctrl_1.rs:27:22 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn sram_pd_1(&mut self) -> SRAM_PD_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 sram_pd_1(&mut self) -> SRAM_PD_1_W<'_, SRAM_PD_CTRL_1_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/sram_fo_ctrl_0.rs:27:22 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn sram_fo_0(&mut self) -> SRAM_FO_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 sram_fo_0(&mut self) -> SRAM_FO_0_W<'_, SRAM_FO_CTRL_0_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/sram_fo_ctrl_1.rs:27:22 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn sram_fo_1(&mut self) -> SRAM_FO_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 sram_fo_1(&mut self) -> SRAM_FO_1_W<'_, SRAM_FO_CTRL_1_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/iram_dram_ahb_sel.rs:77:26 [INFO] [stdout] | [INFO] [stdout] 77 | pub fn mask_pro_iram(&mut self) -> MASK_PRO_IRAM_W { [INFO] [stdout] | ^^^^^^^^^ --------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 mask_pro_iram(&mut self) -> MASK_PRO_IRAM_W<'_, IRAM_DRAM_AHB_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/dport/iram_dram_ahb_sel.rs:82:26 [INFO] [stdout] | [INFO] [stdout] 82 | pub fn mask_app_iram(&mut self) -> MASK_APP_IRAM_W { [INFO] [stdout] | ^^^^^^^^^ --------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 mask_app_iram(&mut self) -> MASK_APP_IRAM_W<'_, IRAM_DRAM_AHB_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/dport/iram_dram_ahb_sel.rs:87:26 [INFO] [stdout] | [INFO] [stdout] 87 | pub fn mask_pro_dram(&mut self) -> MASK_PRO_DRAM_W { [INFO] [stdout] | ^^^^^^^^^ --------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 mask_pro_dram(&mut self) -> MASK_PRO_DRAM_W<'_, IRAM_DRAM_AHB_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/dport/iram_dram_ahb_sel.rs:92:26 [INFO] [stdout] | [INFO] [stdout] 92 | pub fn mask_app_dram(&mut self) -> MASK_APP_DRAM_W { [INFO] [stdout] | ^^^^^^^^^ --------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 mask_app_dram(&mut self) -> MASK_APP_DRAM_W<'_, IRAM_DRAM_AHB_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/dport/iram_dram_ahb_sel.rs:97:21 [INFO] [stdout] | [INFO] [stdout] 97 | pub fn mask_ahb(&mut self) -> MASK_AHB_W { [INFO] [stdout] | ^^^^^^^^^ ---------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 mask_ahb(&mut self) -> MASK_AHB_W<'_, IRAM_DRAM_AHB_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/dport/iram_dram_ahb_sel.rs:102:26 [INFO] [stdout] | [INFO] [stdout] 102 | pub fn mac_dump_mode(&mut self) -> MAC_DUMP_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 mac_dump_mode(&mut self) -> MAC_DUMP_MODE_W<'_, IRAM_DRAM_AHB_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/dport/tag_fo_ctrl.rs:57:35 [INFO] [stdout] | [INFO] [stdout] 57 | pub fn pro_cache_tag_force_on(&mut self) -> PRO_CACHE_TAG_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] 57 | pub fn pro_cache_tag_force_on(&mut self) -> PRO_CACHE_TAG_FORCE_ON_W<'_, TAG_FO_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/dport/tag_fo_ctrl.rs:62:29 [INFO] [stdout] | [INFO] [stdout] 62 | pub fn pro_cache_tag_pd(&mut self) -> PRO_CACHE_TAG_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] 62 | pub fn pro_cache_tag_pd(&mut self) -> PRO_CACHE_TAG_PD_W<'_, TAG_FO_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/dport/tag_fo_ctrl.rs:67:35 [INFO] [stdout] | [INFO] [stdout] 67 | pub fn app_cache_tag_force_on(&mut self) -> APP_CACHE_TAG_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] 67 | pub fn app_cache_tag_force_on(&mut self) -> APP_CACHE_TAG_FORCE_ON_W<'_, TAG_FO_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/dport/tag_fo_ctrl.rs:72:29 [INFO] [stdout] | [INFO] [stdout] 72 | pub fn app_cache_tag_pd(&mut self) -> APP_CACHE_TAG_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] 72 | pub fn app_cache_tag_pd(&mut self) -> APP_CACHE_TAG_PD_W<'_, TAG_FO_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/dport/ahb_lite_mask.rs:77:16 [INFO] [stdout] | [INFO] [stdout] 77 | pub fn pro(&mut self) -> PRO_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 pro(&mut self) -> PRO_W<'_, AHB_LITE_MASK_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/ahb_lite_mask.rs:82:16 [INFO] [stdout] | [INFO] [stdout] 82 | pub fn app(&mut self) -> APP_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 app(&mut self) -> APP_W<'_, AHB_LITE_MASK_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/ahb_lite_mask.rs:87:17 [INFO] [stdout] | [INFO] [stdout] 87 | pub fn sdio(&mut self) -> SDIO_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 sdio(&mut self) -> SDIO_W<'_, AHB_LITE_MASK_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/ahb_lite_mask.rs:92:21 [INFO] [stdout] | [INFO] [stdout] 92 | pub fn prodport(&mut self) -> PRODPORT_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 prodport(&mut self) -> PRODPORT_W<'_, AHB_LITE_MASK_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/ahb_lite_mask.rs:97:21 [INFO] [stdout] | [INFO] [stdout] 97 | pub fn appdport(&mut self) -> APPDPORT_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 appdport(&mut self) -> APPDPORT_W<'_, AHB_LITE_MASK_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/ahb_lite_mask.rs:102:32 [INFO] [stdout] | [INFO] [stdout] 102 | pub fn ahb_lite_sdhost_pid(&mut self) -> AHB_LITE_SDHOST_PID_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 ahb_lite_sdhost_pid(&mut self) -> AHB_LITE_SDHOST_PID_W<'_, AHB_LITE_MASK_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/ahb_mpu_table_0.rs:27:31 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn ahb_access_grant_0(&mut self) -> AHB_ACCESS_GRANT_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 ahb_access_grant_0(&mut self) -> AHB_ACCESS_GRANT_0_W<'_, AHB_MPU_TABLE_0_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/ahb_mpu_table_1.rs:27:31 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn ahb_access_grant_1(&mut self) -> AHB_ACCESS_GRANT_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 ahb_access_grant_1(&mut self) -> AHB_ACCESS_GRANT_1_W<'_, AHB_MPU_TABLE_1_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/host_inf_sel.rs:37:25 [INFO] [stdout] | [INFO] [stdout] 37 | 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] 37 | 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/dport/host_inf_sel.rs:42:28 [INFO] [stdout] | [INFO] [stdout] 42 | pub fn link_device_sel(&mut self) -> LINK_DEVICE_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] 42 | pub fn link_device_sel(&mut self) -> LINK_DEVICE_SEL_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/dport/perip_clk_en.rs:287:26 [INFO] [stdout] | [INFO] [stdout] 287 | pub fn timers_clk_en(&mut self) -> TIMERS_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] 287 | pub fn timers_clk_en(&mut self) -> TIMERS_CLK_EN_W<'_, PERIP_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/dport/perip_clk_en.rs:292:25 [INFO] [stdout] | [INFO] [stdout] 292 | pub fn spi01_clk_en(&mut self) -> SPI01_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] 292 | pub fn spi01_clk_en(&mut self) -> SPI01_CLK_EN_W<'_, PERIP_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/dport/perip_clk_en.rs:297:24 [INFO] [stdout] | [INFO] [stdout] 297 | pub fn uart_clk_en(&mut self) -> UART_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] 297 | pub fn uart_clk_en(&mut self) -> UART_CLK_EN_W<'_, PERIP_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/dport/perip_clk_en.rs:302:23 [INFO] [stdout] | [INFO] [stdout] 302 | pub fn wdg_clk_en(&mut self) -> WDG_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] 302 | pub fn wdg_clk_en(&mut self) -> WDG_CLK_EN_W<'_, PERIP_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/dport/perip_clk_en.rs:307:24 [INFO] [stdout] | [INFO] [stdout] 307 | pub fn i2s0_clk_en(&mut self) -> I2S0_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] 307 | pub fn i2s0_clk_en(&mut self) -> I2S0_CLK_EN_W<'_, PERIP_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/dport/perip_clk_en.rs:312:25 [INFO] [stdout] | [INFO] [stdout] 312 | pub fn uart1_clk_en(&mut self) -> UART1_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] 312 | pub fn uart1_clk_en(&mut self) -> UART1_CLK_EN_W<'_, PERIP_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/dport/perip_clk_en.rs:317:24 [INFO] [stdout] | [INFO] [stdout] 317 | pub fn spi2_clk_en(&mut self) -> SPI2_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] 317 | pub fn spi2_clk_en(&mut self) -> SPI2_CLK_EN_W<'_, PERIP_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/dport/perip_clk_en.rs:322:29 [INFO] [stdout] | [INFO] [stdout] 322 | pub fn i2c0_ext0_clk_en(&mut self) -> I2C0_EXT0_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] 322 | pub fn i2c0_ext0_clk_en(&mut self) -> I2C0_EXT0_CLK_EN_W<'_, PERIP_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/dport/perip_clk_en.rs:327:25 [INFO] [stdout] | [INFO] [stdout] 327 | pub fn uhci0_clk_en(&mut self) -> UHCI0_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] 327 | pub fn uhci0_clk_en(&mut self) -> UHCI0_CLK_EN_W<'_, PERIP_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/dport/perip_clk_en.rs:332:23 [INFO] [stdout] | [INFO] [stdout] 332 | pub fn rmt_clk_en(&mut self) -> RMT_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] 332 | pub fn rmt_clk_en(&mut self) -> RMT_CLK_EN_W<'_, PERIP_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/dport/perip_clk_en.rs:337:24 [INFO] [stdout] | [INFO] [stdout] 337 | pub fn pcnt_clk_en(&mut self) -> PCNT_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] 337 | pub fn pcnt_clk_en(&mut self) -> PCNT_CLK_EN_W<'_, PERIP_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/dport/perip_clk_en.rs:342:24 [INFO] [stdout] | [INFO] [stdout] 342 | pub fn ledc_clk_en(&mut self) -> LEDC_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] 342 | pub fn ledc_clk_en(&mut self) -> LEDC_CLK_EN_W<'_, PERIP_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/dport/perip_clk_en.rs:347:25 [INFO] [stdout] | [INFO] [stdout] 347 | pub fn uhci1_clk_en(&mut self) -> UHCI1_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] 347 | pub fn uhci1_clk_en(&mut self) -> UHCI1_CLK_EN_W<'_, PERIP_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/dport/perip_clk_en.rs:352:30 [INFO] [stdout] | [INFO] [stdout] 352 | pub fn timergroup_clk_en(&mut self) -> TIMERGROUP_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] 352 | pub fn timergroup_clk_en(&mut self) -> TIMERGROUP_CLK_EN_W<'_, PERIP_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/dport/perip_clk_en.rs:357:25 [INFO] [stdout] | [INFO] [stdout] 357 | pub fn efuse_clk_en(&mut self) -> EFUSE_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] 357 | pub fn efuse_clk_en(&mut self) -> EFUSE_CLK_EN_W<'_, PERIP_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/dport/perip_clk_en.rs:362:31 [INFO] [stdout] | [INFO] [stdout] 362 | pub fn timergroup1_clk_en(&mut self) -> TIMERGROUP1_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] 362 | pub fn timergroup1_clk_en(&mut self) -> TIMERGROUP1_CLK_EN_W<'_, PERIP_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/dport/perip_clk_en.rs:367:24 [INFO] [stdout] | [INFO] [stdout] 367 | pub fn spi3_clk_en(&mut self) -> SPI3_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] 367 | pub fn spi3_clk_en(&mut self) -> SPI3_CLK_EN_W<'_, PERIP_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/dport/perip_clk_en.rs:372:24 [INFO] [stdout] | [INFO] [stdout] 372 | pub fn pwm0_clk_en(&mut self) -> PWM0_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] 372 | pub fn pwm0_clk_en(&mut self) -> PWM0_CLK_EN_W<'_, PERIP_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/dport/perip_clk_en.rs:377:28 [INFO] [stdout] | [INFO] [stdout] 377 | pub fn i2c_ext1_clk_en(&mut self) -> I2C_EXT1_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] 377 | pub fn i2c_ext1_clk_en(&mut self) -> I2C_EXT1_CLK_EN_W<'_, PERIP_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/dport/perip_clk_en.rs:382:24 [INFO] [stdout] | [INFO] [stdout] 382 | pub fn twai_clk_en(&mut self) -> TWAI_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] 382 | pub fn twai_clk_en(&mut self) -> TWAI_CLK_EN_W<'_, PERIP_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/dport/perip_clk_en.rs:387:24 [INFO] [stdout] | [INFO] [stdout] 387 | pub fn pwm1_clk_en(&mut self) -> PWM1_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] 387 | pub fn pwm1_clk_en(&mut self) -> PWM1_CLK_EN_W<'_, PERIP_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/dport/perip_clk_en.rs:392:24 [INFO] [stdout] | [INFO] [stdout] 392 | pub fn i2s1_clk_en(&mut self) -> I2S1_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] 392 | pub fn i2s1_clk_en(&mut self) -> I2S1_CLK_EN_W<'_, PERIP_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/dport/perip_clk_en.rs:397:27 [INFO] [stdout] | [INFO] [stdout] 397 | pub fn spi_dma_clk_en(&mut self) -> SPI_DMA_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] 397 | pub fn spi_dma_clk_en(&mut self) -> SPI_DMA_CLK_EN_W<'_, PERIP_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/dport/perip_clk_en.rs:402:25 [INFO] [stdout] | [INFO] [stdout] 402 | pub fn uart2_clk_en(&mut self) -> UART2_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] 402 | pub fn uart2_clk_en(&mut self) -> UART2_CLK_EN_W<'_, PERIP_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/dport/perip_clk_en.rs:407:28 [INFO] [stdout] | [INFO] [stdout] 407 | pub fn uart_mem_clk_en(&mut self) -> UART_MEM_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] 407 | pub fn uart_mem_clk_en(&mut self) -> UART_MEM_CLK_EN_W<'_, PERIP_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/dport/perip_clk_en.rs:412:24 [INFO] [stdout] | [INFO] [stdout] 412 | pub fn pwm2_clk_en(&mut self) -> PWM2_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] 412 | pub fn pwm2_clk_en(&mut self) -> PWM2_CLK_EN_W<'_, PERIP_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/dport/perip_clk_en.rs:417:24 [INFO] [stdout] | [INFO] [stdout] 417 | pub fn pwm3_clk_en(&mut self) -> PWM3_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] 417 | pub fn pwm3_clk_en(&mut self) -> PWM3_CLK_EN_W<'_, PERIP_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/dport/perip_rst_en.rs:287:23 [INFO] [stdout] | [INFO] [stdout] 287 | pub fn timers_rst(&mut self) -> TIMERS_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] 287 | pub fn timers_rst(&mut self) -> TIMERS_RST_W<'_, PERIP_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/dport/perip_rst_en.rs:292:22 [INFO] [stdout] | [INFO] [stdout] 292 | pub fn spi01_rst(&mut self) -> SPI01_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] 292 | pub fn spi01_rst(&mut self) -> SPI01_RST_W<'_, PERIP_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/dport/perip_rst_en.rs:297:21 [INFO] [stdout] | [INFO] [stdout] 297 | pub fn uart_rst(&mut self) -> UART_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] 297 | pub fn uart_rst(&mut self) -> UART_RST_W<'_, PERIP_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/dport/perip_rst_en.rs:302:20 [INFO] [stdout] | [INFO] [stdout] 302 | pub fn wdg_rst(&mut self) -> WDG_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] 302 | pub fn wdg_rst(&mut self) -> WDG_RST_W<'_, PERIP_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/dport/perip_rst_en.rs:307:21 [INFO] [stdout] | [INFO] [stdout] 307 | pub fn i2s0_rst(&mut self) -> I2S0_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] 307 | pub fn i2s0_rst(&mut self) -> I2S0_RST_W<'_, PERIP_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/dport/perip_rst_en.rs:312:22 [INFO] [stdout] | [INFO] [stdout] 312 | pub fn uart1_rst(&mut self) -> UART1_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] 312 | pub fn uart1_rst(&mut self) -> UART1_RST_W<'_, PERIP_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/dport/perip_rst_en.rs:317:21 [INFO] [stdout] | [INFO] [stdout] 317 | pub fn spi2_rst(&mut self) -> SPI2_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] 317 | pub fn spi2_rst(&mut self) -> SPI2_RST_W<'_, PERIP_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/dport/perip_rst_en.rs:322:26 [INFO] [stdout] | [INFO] [stdout] 322 | pub fn i2c0_ext0_rst(&mut self) -> I2C0_EXT0_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] 322 | pub fn i2c0_ext0_rst(&mut self) -> I2C0_EXT0_RST_W<'_, PERIP_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/dport/perip_rst_en.rs:327:22 [INFO] [stdout] | [INFO] [stdout] 327 | pub fn uhci0_rst(&mut self) -> UHCI0_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] 327 | pub fn uhci0_rst(&mut self) -> UHCI0_RST_W<'_, PERIP_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/dport/perip_rst_en.rs:332:20 [INFO] [stdout] | [INFO] [stdout] 332 | pub fn rmt_rst(&mut self) -> RMT_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] 332 | pub fn rmt_rst(&mut self) -> RMT_RST_W<'_, PERIP_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/dport/perip_rst_en.rs:337:21 [INFO] [stdout] | [INFO] [stdout] 337 | pub fn pcnt_rst(&mut self) -> PCNT_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] 337 | pub fn pcnt_rst(&mut self) -> PCNT_RST_W<'_, PERIP_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/dport/perip_rst_en.rs:342:21 [INFO] [stdout] | [INFO] [stdout] 342 | pub fn ledc_rst(&mut self) -> LEDC_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] 342 | pub fn ledc_rst(&mut self) -> LEDC_RST_W<'_, PERIP_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/dport/perip_rst_en.rs:347:22 [INFO] [stdout] | [INFO] [stdout] 347 | pub fn uhci1_rst(&mut self) -> UHCI1_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] 347 | pub fn uhci1_rst(&mut self) -> UHCI1_RST_W<'_, PERIP_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/dport/perip_rst_en.rs:352:27 [INFO] [stdout] | [INFO] [stdout] 352 | pub fn timergroup_rst(&mut self) -> TIMERGROUP_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] 352 | pub fn timergroup_rst(&mut self) -> TIMERGROUP_RST_W<'_, PERIP_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/dport/perip_rst_en.rs:357:22 [INFO] [stdout] | [INFO] [stdout] 357 | pub fn efuse_rst(&mut self) -> EFUSE_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] 357 | pub fn efuse_rst(&mut self) -> EFUSE_RST_W<'_, PERIP_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/dport/perip_rst_en.rs:362:28 [INFO] [stdout] | [INFO] [stdout] 362 | pub fn timergroup1_rst(&mut self) -> TIMERGROUP1_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] 362 | pub fn timergroup1_rst(&mut self) -> TIMERGROUP1_RST_W<'_, PERIP_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/dport/perip_rst_en.rs:367:21 [INFO] [stdout] | [INFO] [stdout] 367 | pub fn spi3_rst(&mut self) -> SPI3_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] 367 | pub fn spi3_rst(&mut self) -> SPI3_RST_W<'_, PERIP_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/dport/perip_rst_en.rs:372:21 [INFO] [stdout] | [INFO] [stdout] 372 | pub fn pwm0_rst(&mut self) -> PWM0_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] 372 | pub fn pwm0_rst(&mut self) -> PWM0_RST_W<'_, PERIP_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/dport/perip_rst_en.rs:377:25 [INFO] [stdout] | [INFO] [stdout] 377 | pub fn i2c_ext1_rst(&mut self) -> I2C_EXT1_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] 377 | pub fn i2c_ext1_rst(&mut self) -> I2C_EXT1_RST_W<'_, PERIP_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/dport/perip_rst_en.rs:382:21 [INFO] [stdout] | [INFO] [stdout] 382 | pub fn twai_rst(&mut self) -> TWAI_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] 382 | pub fn twai_rst(&mut self) -> TWAI_RST_W<'_, PERIP_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/dport/perip_rst_en.rs:387:21 [INFO] [stdout] | [INFO] [stdout] 387 | pub fn pwm1_rst(&mut self) -> PWM1_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] 387 | pub fn pwm1_rst(&mut self) -> PWM1_RST_W<'_, PERIP_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/dport/perip_rst_en.rs:392:21 [INFO] [stdout] | [INFO] [stdout] 392 | pub fn i2s1_rst(&mut self) -> I2S1_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] 392 | pub fn i2s1_rst(&mut self) -> I2S1_RST_W<'_, PERIP_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/dport/perip_rst_en.rs:397:24 [INFO] [stdout] | [INFO] [stdout] 397 | pub fn spi_dma_rst(&mut self) -> SPI_DMA_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] 397 | pub fn spi_dma_rst(&mut self) -> SPI_DMA_RST_W<'_, PERIP_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/dport/perip_rst_en.rs:402:22 [INFO] [stdout] | [INFO] [stdout] 402 | pub fn uart2_rst(&mut self) -> UART2_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] 402 | pub fn uart2_rst(&mut self) -> UART2_RST_W<'_, PERIP_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/dport/perip_rst_en.rs:407:25 [INFO] [stdout] | [INFO] [stdout] 407 | pub fn uart_mem_rst(&mut self) -> UART_MEM_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] 407 | pub fn uart_mem_rst(&mut self) -> UART_MEM_RST_W<'_, PERIP_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/dport/perip_rst_en.rs:412:21 [INFO] [stdout] | [INFO] [stdout] 412 | pub fn pwm2_rst(&mut self) -> PWM2_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] 412 | pub fn pwm2_rst(&mut self) -> PWM2_RST_W<'_, PERIP_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/dport/perip_rst_en.rs:417:21 [INFO] [stdout] | [INFO] [stdout] 417 | pub fn pwm3_rst(&mut self) -> PWM3_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] 417 | pub fn pwm3_rst(&mut self) -> PWM3_RST_W<'_, PERIP_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/dport/slave_spi_config.rs:57:31 [INFO] [stdout] | [INFO] [stdout] 57 | pub fn slave_spi_mask_pro(&mut self) -> SLAVE_SPI_MASK_PRO_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 slave_spi_mask_pro(&mut self) -> SLAVE_SPI_MASK_PRO_W<'_, SLAVE_SPI_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/dport/slave_spi_config.rs:62:31 [INFO] [stdout] | [INFO] [stdout] 62 | pub fn slave_spi_mask_app(&mut self) -> SLAVE_SPI_MASK_APP_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 slave_spi_mask_app(&mut self) -> SLAVE_SPI_MASK_APP_W<'_, SLAVE_SPI_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/dport/slave_spi_config.rs:67:31 [INFO] [stdout] | [INFO] [stdout] 67 | pub fn spi_encrypt_enable(&mut self) -> SPI_ENCRYPT_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] 67 | pub fn spi_encrypt_enable(&mut self) -> SPI_ENCRYPT_ENABLE_W<'_, SLAVE_SPI_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/dport/slave_spi_config.rs:72:31 [INFO] [stdout] | [INFO] [stdout] 72 | pub fn spi_decrypt_enable(&mut self) -> SPI_DECRYPT_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] 72 | pub fn spi_decrypt_enable(&mut self) -> SPI_DECRYPT_ENABLE_W<'_, SLAVE_SPI_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/dport/wifi_clk_en.rs:57:24 [INFO] [stdout] | [INFO] [stdout] 57 | 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] 57 | 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/dport/wifi_clk_en.rs:62:29 [INFO] [stdout] | [INFO] [stdout] 62 | pub fn wifi_clk_wifi_en(&mut self) -> WIFI_CLK_WIFI_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 wifi_clk_wifi_en(&mut self) -> WIFI_CLK_WIFI_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/dport/wifi_clk_en.rs:67:36 [INFO] [stdout] | [INFO] [stdout] 67 | pub fn wifi_clk_wifi_bt_common(&mut self) -> WIFI_CLK_WIFI_BT_COMMON_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 wifi_clk_wifi_bt_common(&mut self) -> WIFI_CLK_WIFI_BT_COMMON_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/dport/wifi_clk_en.rs:72:27 [INFO] [stdout] | [INFO] [stdout] 72 | pub fn wifi_clk_bt_en(&mut self) -> WIFI_CLK_BT_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 wifi_clk_bt_en(&mut self) -> WIFI_CLK_BT_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/dport/bt_lpck_div_int.rs:37:28 [INFO] [stdout] | [INFO] [stdout] 37 | pub fn bt_lpck_div_num(&mut self) -> BT_LPCK_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] 37 | pub fn bt_lpck_div_num(&mut self) -> BT_LPCK_DIV_NUM_W<'_, BT_LPCK_DIV_INT_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/bt_lpck_div_int.rs:42:28 [INFO] [stdout] | [INFO] [stdout] 42 | pub fn btextwakeup_req(&mut self) -> BTEXTWAKEUP_REQ_W { [INFO] [stdout] | ^^^^^^^^^ --------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 btextwakeup_req(&mut self) -> BTEXTWAKEUP_REQ_W<'_, BT_LPCK_DIV_INT_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/bt_lpck_div_frac.rs:77:26 [INFO] [stdout] | [INFO] [stdout] 77 | pub fn bt_lpck_div_b(&mut self) -> BT_LPCK_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 bt_lpck_div_b(&mut self) -> BT_LPCK_DIV_B_W<'_, BT_LPCK_DIV_FRAC_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/bt_lpck_div_frac.rs:82:26 [INFO] [stdout] | [INFO] [stdout] 82 | pub fn bt_lpck_div_a(&mut self) -> BT_LPCK_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] 82 | pub fn bt_lpck_div_a(&mut self) -> BT_LPCK_DIV_A_W<'_, BT_LPCK_DIV_FRAC_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/bt_lpck_div_frac.rs:87:31 [INFO] [stdout] | [INFO] [stdout] 87 | pub fn lpclk_sel_rtc_slow(&mut self) -> 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] 87 | pub fn lpclk_sel_rtc_slow(&mut self) -> LPCLK_SEL_RTC_SLOW_W<'_, BT_LPCK_DIV_FRAC_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/bt_lpck_div_frac.rs:92:25 [INFO] [stdout] | [INFO] [stdout] 92 | pub fn lpclk_sel_8m(&mut self) -> 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] 92 | pub fn lpclk_sel_8m(&mut self) -> LPCLK_SEL_8M_W<'_, BT_LPCK_DIV_FRAC_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/bt_lpck_div_frac.rs:97:27 [INFO] [stdout] | [INFO] [stdout] 97 | pub fn lpclk_sel_xtal(&mut self) -> 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] 97 | pub fn lpclk_sel_xtal(&mut self) -> LPCLK_SEL_XTAL_W<'_, BT_LPCK_DIV_FRAC_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/bt_lpck_div_frac.rs:102:30 [INFO] [stdout] | [INFO] [stdout] 102 | pub fn lpclk_sel_xtal32k(&mut self) -> 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] 102 | pub fn lpclk_sel_xtal32k(&mut self) -> LPCLK_SEL_XTAL32K_W<'_, BT_LPCK_DIV_FRAC_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/cpu_intr_from_cpu_0.rs:27:32 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn cpu_intr_from_cpu_0(&mut self) -> CPU_INTR_FROM_CPU_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 cpu_intr_from_cpu_0(&mut self) -> CPU_INTR_FROM_CPU_0_W<'_, CPU_INTR_FROM_CPU_0_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/cpu_intr_from_cpu_1.rs:27:32 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn cpu_intr_from_cpu_1(&mut self) -> CPU_INTR_FROM_CPU_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 cpu_intr_from_cpu_1(&mut self) -> CPU_INTR_FROM_CPU_1_W<'_, CPU_INTR_FROM_CPU_1_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/cpu_intr_from_cpu_2.rs:27:32 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn cpu_intr_from_cpu_2(&mut self) -> CPU_INTR_FROM_CPU_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 cpu_intr_from_cpu_2(&mut self) -> CPU_INTR_FROM_CPU_2_W<'_, CPU_INTR_FROM_CPU_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/dport/cpu_intr_from_cpu_3.rs:27:32 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn cpu_intr_from_cpu_3(&mut self) -> CPU_INTR_FROM_CPU_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 cpu_intr_from_cpu_3(&mut self) -> CPU_INTR_FROM_CPU_3_W<'_, CPU_INTR_FROM_CPU_3_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/pro_mac_intr_map.rs:27:29 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn pro_mac_intr_map(&mut self) -> PRO_MAC_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 pro_mac_intr_map(&mut self) -> PRO_MAC_INTR_MAP_W<'_, PRO_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/dport/pro_mac_nmi_map.rs:27:28 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn pro_mac_nmi_map(&mut self) -> PRO_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 pro_mac_nmi_map(&mut self) -> PRO_MAC_NMI_MAP_W<'_, PRO_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/dport/pro_bb_int_map.rs:27:27 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn pro_bb_int_map(&mut self) -> PRO_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 pro_bb_int_map(&mut self) -> PRO_BB_INT_MAP_W<'_, PRO_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/dport/pro_bt_mac_int_map.rs:27:31 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn pro_bt_mac_int_map(&mut self) -> PRO_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 pro_bt_mac_int_map(&mut self) -> PRO_BT_MAC_INT_MAP_W<'_, PRO_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/dport/pro_bt_bb_int_map.rs:27:30 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn pro_bt_bb_int_map(&mut self) -> PRO_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 pro_bt_bb_int_map(&mut self) -> PRO_BT_BB_INT_MAP_W<'_, PRO_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/dport/pro_bt_bb_nmi_map.rs:27:30 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn pro_bt_bb_nmi_map(&mut self) -> PRO_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 pro_bt_bb_nmi_map(&mut self) -> PRO_BT_BB_NMI_MAP_W<'_, PRO_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/dport/pro_rwbt_irq_map.rs:27:29 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn pro_rwbt_irq_map(&mut self) -> PRO_RWBT_IRQ_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 pro_rwbt_irq_map(&mut self) -> PRO_RWBT_IRQ_MAP_W<'_, PRO_RWBT_IRQ_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/dport/pro_rwble_irq_map.rs:27:30 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn pro_rwble_irq_map(&mut self) -> PRO_RWBLE_IRQ_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 pro_rwble_irq_map(&mut self) -> PRO_RWBLE_IRQ_MAP_W<'_, PRO_RWBLE_IRQ_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/dport/pro_rwbt_nmi_map.rs:27:29 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn pro_rwbt_nmi_map(&mut self) -> PRO_RWBT_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 pro_rwbt_nmi_map(&mut self) -> PRO_RWBT_NMI_MAP_W<'_, PRO_RWBT_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/dport/pro_rwble_nmi_map.rs:27:30 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn pro_rwble_nmi_map(&mut self) -> PRO_RWBLE_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 pro_rwble_nmi_map(&mut self) -> PRO_RWBLE_NMI_MAP_W<'_, PRO_RWBLE_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/dport/pro_slc0_intr_map.rs:27:30 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn pro_slc0_intr_map(&mut self) -> PRO_SLC0_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 pro_slc0_intr_map(&mut self) -> PRO_SLC0_INTR_MAP_W<'_, PRO_SLC0_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/dport/pro_slc1_intr_map.rs:27:30 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn pro_slc1_intr_map(&mut self) -> PRO_SLC1_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 pro_slc1_intr_map(&mut self) -> PRO_SLC1_INTR_MAP_W<'_, PRO_SLC1_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/dport/pro_uhci0_intr_map.rs:27:31 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn pro_uhci0_intr_map(&mut self) -> PRO_UHCI0_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 pro_uhci0_intr_map(&mut self) -> PRO_UHCI0_INTR_MAP_W<'_, PRO_UHCI0_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/dport/pro_uhci1_intr_map.rs:27:31 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn pro_uhci1_intr_map(&mut self) -> PRO_UHCI1_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 pro_uhci1_intr_map(&mut self) -> PRO_UHCI1_INTR_MAP_W<'_, PRO_UHCI1_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/dport/pro_tg_t0_level_int_map.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 29 | ) -> PRO_TG_T0_LEVEL_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 | ) -> PRO_TG_T0_LEVEL_INT_MAP_W<'_, PRO_TG_T0_LEVEL_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/dport/pro_tg_t1_level_int_map.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 29 | ) -> PRO_TG_T1_LEVEL_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 | ) -> PRO_TG_T1_LEVEL_INT_MAP_W<'_, PRO_TG_T1_LEVEL_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/dport/pro_tg_wdt_level_int_map.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 29 | ) -> PRO_TG_WDT_LEVEL_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 | ) -> PRO_TG_WDT_LEVEL_INT_MAP_W<'_, PRO_TG_WDT_LEVEL_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/dport/pro_tg_lact_level_int_map.rs:31:9 [INFO] [stdout] | [INFO] [stdout] 31 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 32 | ) -> PRO_TG_LACT_LEVEL_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] 32 | ) -> PRO_TG_LACT_LEVEL_INT_MAP_W<'_, PRO_TG_LACT_LEVEL_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/dport/pro_tg1_t0_level_int_map.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 29 | ) -> PRO_TG1_T0_LEVEL_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 | ) -> PRO_TG1_T0_LEVEL_INT_MAP_W<'_, PRO_TG1_T0_LEVEL_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/dport/pro_tg1_t1_level_int_map.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 29 | ) -> PRO_TG1_T1_LEVEL_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 | ) -> PRO_TG1_T1_LEVEL_INT_MAP_W<'_, PRO_TG1_T1_LEVEL_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/dport/pro_tg1_wdt_level_int_map.rs:31:9 [INFO] [stdout] | [INFO] [stdout] 31 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 32 | ) -> PRO_TG1_WDT_LEVEL_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] 32 | ) -> PRO_TG1_WDT_LEVEL_INT_MAP_W<'_, PRO_TG1_WDT_LEVEL_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/dport/pro_tg1_lact_level_int_map.rs:31:9 [INFO] [stdout] | [INFO] [stdout] 31 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 32 | ) -> PRO_TG1_LACT_LEVEL_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] 32 | ) -> PRO_TG1_LACT_LEVEL_INT_MAP_W<'_, PRO_TG1_LACT_LEVEL_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/dport/pro_gpio_interrupt_map.rs:31:9 [INFO] [stdout] | [INFO] [stdout] 31 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 32 | ) -> PRO_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] 32 | ) -> PRO_GPIO_INTERRUPT_PRO_MAP_W<'_, PRO_GPIO_INTERRUPT_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/dport/pro_gpio_interrupt_nmi_map.rs:31:9 [INFO] [stdout] | [INFO] [stdout] 31 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 32 | ) -> PRO_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 | ) -> PRO_GPIO_INTERRUPT_PRO_NMI_MAP_W<'_, PRO_GPIO_INTERRUPT_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/dport/pro_cpu_intr_from_cpu_0_map.rs:31:9 [INFO] [stdout] | [INFO] [stdout] 31 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 32 | ) -> PRO_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] 32 | ) -> PRO_CPU_INTR_FROM_CPU_0_MAP_W<'_, PRO_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/dport/pro_cpu_intr_from_cpu_1_map.rs:31:9 [INFO] [stdout] | [INFO] [stdout] 31 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 32 | ) -> PRO_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] 32 | ) -> PRO_CPU_INTR_FROM_CPU_1_MAP_W<'_, PRO_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/dport/pro_cpu_intr_from_cpu_2_map.rs:31:9 [INFO] [stdout] | [INFO] [stdout] 31 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 32 | ) -> PRO_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] 32 | ) -> PRO_CPU_INTR_FROM_CPU_2_MAP_W<'_, PRO_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/dport/pro_cpu_intr_from_cpu_3_map.rs:31:9 [INFO] [stdout] | [INFO] [stdout] 31 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 32 | ) -> PRO_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] 32 | ) -> PRO_CPU_INTR_FROM_CPU_3_MAP_W<'_, PRO_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/dport/pro_spi_intr_0_map.rs:27:31 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn pro_spi_intr_0_map(&mut self) -> PRO_SPI_INTR_0_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 pro_spi_intr_0_map(&mut self) -> PRO_SPI_INTR_0_MAP_W<'_, PRO_SPI_INTR_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/dport/pro_spi_intr_1_map.rs:27:31 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn pro_spi_intr_1_map(&mut self) -> PRO_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 pro_spi_intr_1_map(&mut self) -> PRO_SPI_INTR_1_MAP_W<'_, PRO_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/dport/pro_spi_intr_2_map.rs:27:31 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn pro_spi_intr_2_map(&mut self) -> PRO_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 pro_spi_intr_2_map(&mut self) -> PRO_SPI_INTR_2_MAP_W<'_, PRO_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/dport/pro_spi_intr_3_map.rs:27:31 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn pro_spi_intr_3_map(&mut self) -> PRO_SPI_INTR_3_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 pro_spi_intr_3_map(&mut self) -> PRO_SPI_INTR_3_MAP_W<'_, PRO_SPI_INTR_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/dport/pro_i2s0_int_map.rs:27:29 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn pro_i2s0_int_map(&mut self) -> PRO_I2S0_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 pro_i2s0_int_map(&mut self) -> PRO_I2S0_INT_MAP_W<'_, PRO_I2S0_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/dport/pro_i2s1_int_map.rs:27:29 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn pro_i2s1_int_map(&mut self) -> PRO_I2S1_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 pro_i2s1_int_map(&mut self) -> PRO_I2S1_INT_MAP_W<'_, PRO_I2S1_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/dport/pro_uart_intr_map.rs:27:30 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn pro_uart_intr_map(&mut self) -> PRO_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 pro_uart_intr_map(&mut self) -> PRO_UART_INTR_MAP_W<'_, PRO_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/dport/pro_uart1_intr_map.rs:27:31 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn pro_uart1_intr_map(&mut self) -> PRO_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 pro_uart1_intr_map(&mut self) -> PRO_UART1_INTR_MAP_W<'_, PRO_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/dport/pro_uart2_intr_map.rs:27:31 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn pro_uart2_intr_map(&mut self) -> PRO_UART2_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 pro_uart2_intr_map(&mut self) -> PRO_UART2_INTR_MAP_W<'_, PRO_UART2_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/dport/pro_sdio_host_interrupt_map.rs:31:9 [INFO] [stdout] | [INFO] [stdout] 31 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 32 | ) -> PRO_SDIO_HOST_INTERRUPT_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 | ) -> PRO_SDIO_HOST_INTERRUPT_MAP_W<'_, PRO_SDIO_HOST_INTERRUPT_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/dport/pro_emac_int_map.rs:27:29 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn pro_emac_int_map(&mut self) -> PRO_EMAC_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 pro_emac_int_map(&mut self) -> PRO_EMAC_INT_MAP_W<'_, PRO_EMAC_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/dport/pro_pwm0_intr_map.rs:27:30 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn pro_pwm0_intr_map(&mut self) -> PRO_PWM0_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 pro_pwm0_intr_map(&mut self) -> PRO_PWM0_INTR_MAP_W<'_, PRO_PWM0_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/dport/pro_pwm1_intr_map.rs:27:30 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn pro_pwm1_intr_map(&mut self) -> PRO_PWM1_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 pro_pwm1_intr_map(&mut self) -> PRO_PWM1_INTR_MAP_W<'_, PRO_PWM1_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/dport/pro_pwm2_intr_map.rs:27:30 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn pro_pwm2_intr_map(&mut self) -> PRO_PWM2_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 pro_pwm2_intr_map(&mut self) -> PRO_PWM2_INTR_MAP_W<'_, PRO_PWM2_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/dport/pro_pwm3_intr_map.rs:27:30 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn pro_pwm3_intr_map(&mut self) -> PRO_PWM3_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 pro_pwm3_intr_map(&mut self) -> PRO_PWM3_INTR_MAP_W<'_, PRO_PWM3_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/dport/pro_ledc_int_map.rs:27:29 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn pro_ledc_int_map(&mut self) -> PRO_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 pro_ledc_int_map(&mut self) -> PRO_LEDC_INT_MAP_W<'_, PRO_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/dport/pro_efuse_int_map.rs:27:30 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn pro_efuse_int_map(&mut self) -> PRO_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 pro_efuse_int_map(&mut self) -> PRO_EFUSE_INT_MAP_W<'_, PRO_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/dport/pro_can_int_map.rs:27:28 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn pro_can_int_map(&mut self) -> PRO_CAN_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 pro_can_int_map(&mut self) -> PRO_CAN_INT_MAP_W<'_, PRO_CAN_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/dport/pro_rtc_core_intr_map.rs:27:34 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn pro_rtc_core_intr_map(&mut self) -> PRO_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 pro_rtc_core_intr_map(&mut self) -> PRO_RTC_CORE_INTR_MAP_W<'_, PRO_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/dport/pro_rmt_intr_map.rs:27:29 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn pro_rmt_intr_map(&mut self) -> PRO_RMT_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 pro_rmt_intr_map(&mut self) -> PRO_RMT_INTR_MAP_W<'_, PRO_RMT_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/dport/pro_pcnt_intr_map.rs:27:30 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn pro_pcnt_intr_map(&mut self) -> PRO_PCNT_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 pro_pcnt_intr_map(&mut self) -> PRO_PCNT_INTR_MAP_W<'_, PRO_PCNT_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/dport/pro_i2c_ext0_intr_map.rs:27:34 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn pro_i2c_ext0_intr_map(&mut self) -> PRO_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 pro_i2c_ext0_intr_map(&mut self) -> PRO_I2C_EXT0_INTR_MAP_W<'_, PRO_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/dport/pro_i2c_ext1_intr_map.rs:27:34 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn pro_i2c_ext1_intr_map(&mut self) -> PRO_I2C_EXT1_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 pro_i2c_ext1_intr_map(&mut self) -> PRO_I2C_EXT1_INTR_MAP_W<'_, PRO_I2C_EXT1_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/dport/pro_rsa_intr_map.rs:27:29 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn pro_rsa_intr_map(&mut self) -> PRO_RSA_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 pro_rsa_intr_map(&mut self) -> PRO_RSA_INTR_MAP_W<'_, PRO_RSA_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/dport/pro_spi1_dma_int_map.rs:27:33 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn pro_spi1_dma_int_map(&mut self) -> PRO_SPI1_DMA_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 pro_spi1_dma_int_map(&mut self) -> PRO_SPI1_DMA_INT_MAP_W<'_, PRO_SPI1_DMA_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/dport/pro_spi2_dma_int_map.rs:27:33 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn pro_spi2_dma_int_map(&mut self) -> PRO_SPI2_DMA_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 pro_spi2_dma_int_map(&mut self) -> PRO_SPI2_DMA_INT_MAP_W<'_, PRO_SPI2_DMA_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/dport/pro_spi3_dma_int_map.rs:27:33 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn pro_spi3_dma_int_map(&mut self) -> PRO_SPI3_DMA_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 pro_spi3_dma_int_map(&mut self) -> PRO_SPI3_DMA_INT_MAP_W<'_, PRO_SPI3_DMA_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/dport/pro_wdg_int_map.rs:27:28 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn pro_wdg_int_map(&mut self) -> PRO_WDG_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 pro_wdg_int_map(&mut self) -> PRO_WDG_INT_MAP_W<'_, PRO_WDG_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/dport/pro_timer_int1_map.rs:27:31 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn pro_timer_int1_map(&mut self) -> PRO_TIMER_INT1_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 pro_timer_int1_map(&mut self) -> PRO_TIMER_INT1_MAP_W<'_, PRO_TIMER_INT1_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/dport/pro_timer_int2_map.rs:27:31 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn pro_timer_int2_map(&mut self) -> PRO_TIMER_INT2_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 pro_timer_int2_map(&mut self) -> PRO_TIMER_INT2_MAP_W<'_, PRO_TIMER_INT2_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/dport/pro_tg_t0_edge_int_map.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 29 | ) -> PRO_TG_T0_EDGE_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 | ) -> PRO_TG_T0_EDGE_INT_MAP_W<'_, PRO_TG_T0_EDGE_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/dport/pro_tg_t1_edge_int_map.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 29 | ) -> PRO_TG_T1_EDGE_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 | ) -> PRO_TG_T1_EDGE_INT_MAP_W<'_, PRO_TG_T1_EDGE_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/dport/pro_tg_wdt_edge_int_map.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 29 | ) -> PRO_TG_WDT_EDGE_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 | ) -> PRO_TG_WDT_EDGE_INT_MAP_W<'_, PRO_TG_WDT_EDGE_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/dport/pro_tg_lact_edge_int_map.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 29 | ) -> PRO_TG_LACT_EDGE_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 | ) -> PRO_TG_LACT_EDGE_INT_MAP_W<'_, PRO_TG_LACT_EDGE_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/dport/pro_tg1_t0_edge_int_map.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 29 | ) -> PRO_TG1_T0_EDGE_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 | ) -> PRO_TG1_T0_EDGE_INT_MAP_W<'_, PRO_TG1_T0_EDGE_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/dport/pro_tg1_t1_edge_int_map.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 29 | ) -> PRO_TG1_T1_EDGE_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 | ) -> PRO_TG1_T1_EDGE_INT_MAP_W<'_, PRO_TG1_T1_EDGE_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/dport/pro_tg1_wdt_edge_int_map.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 29 | ) -> PRO_TG1_WDT_EDGE_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 | ) -> PRO_TG1_WDT_EDGE_INT_MAP_W<'_, PRO_TG1_WDT_EDGE_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/dport/pro_tg1_lact_edge_int_map.rs:31:9 [INFO] [stdout] | [INFO] [stdout] 31 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 32 | ) -> PRO_TG1_LACT_EDGE_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] 32 | ) -> PRO_TG1_LACT_EDGE_INT_MAP_W<'_, PRO_TG1_LACT_EDGE_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/dport/pro_mmu_ia_int_map.rs:27:31 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn pro_mmu_ia_int_map(&mut self) -> PRO_MMU_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 pro_mmu_ia_int_map(&mut self) -> PRO_MMU_IA_INT_MAP_W<'_, PRO_MMU_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/dport/pro_mpu_ia_int_map.rs:27:31 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn pro_mpu_ia_int_map(&mut self) -> PRO_MPU_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 pro_mpu_ia_int_map(&mut self) -> PRO_MPU_IA_INT_MAP_W<'_, PRO_MPU_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/dport/pro_cache_ia_int_map.rs:27:33 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn pro_cache_ia_int_map(&mut self) -> PRO_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 pro_cache_ia_int_map(&mut self) -> PRO_CACHE_IA_INT_MAP_W<'_, PRO_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/dport/app_mac_intr_map.rs:27:29 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn app_mac_intr_map(&mut self) -> APP_MAC_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 app_mac_intr_map(&mut self) -> APP_MAC_INTR_MAP_W<'_, APP_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/dport/app_mac_nmi_map.rs:27:28 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn app_mac_nmi_map(&mut self) -> APP_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 app_mac_nmi_map(&mut self) -> APP_MAC_NMI_MAP_W<'_, APP_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/dport/app_bb_int_map.rs:27:27 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn app_bb_int_map(&mut self) -> APP_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 app_bb_int_map(&mut self) -> APP_BB_INT_MAP_W<'_, APP_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/dport/app_bt_mac_int_map.rs:27:31 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn app_bt_mac_int_map(&mut self) -> APP_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 app_bt_mac_int_map(&mut self) -> APP_BT_MAC_INT_MAP_W<'_, APP_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/dport/app_bt_bb_int_map.rs:27:30 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn app_bt_bb_int_map(&mut self) -> APP_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 app_bt_bb_int_map(&mut self) -> APP_BT_BB_INT_MAP_W<'_, APP_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/dport/app_bt_bb_nmi_map.rs:27:30 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn app_bt_bb_nmi_map(&mut self) -> APP_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 app_bt_bb_nmi_map(&mut self) -> APP_BT_BB_NMI_MAP_W<'_, APP_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/dport/app_rwbt_irq_map.rs:27:29 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn app_rwbt_irq_map(&mut self) -> APP_RWBT_IRQ_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 app_rwbt_irq_map(&mut self) -> APP_RWBT_IRQ_MAP_W<'_, APP_RWBT_IRQ_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/dport/app_rwble_irq_map.rs:27:30 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn app_rwble_irq_map(&mut self) -> APP_RWBLE_IRQ_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 app_rwble_irq_map(&mut self) -> APP_RWBLE_IRQ_MAP_W<'_, APP_RWBLE_IRQ_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/dport/app_rwbt_nmi_map.rs:27:29 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn app_rwbt_nmi_map(&mut self) -> APP_RWBT_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 app_rwbt_nmi_map(&mut self) -> APP_RWBT_NMI_MAP_W<'_, APP_RWBT_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/dport/app_rwble_nmi_map.rs:27:30 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn app_rwble_nmi_map(&mut self) -> APP_RWBLE_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 app_rwble_nmi_map(&mut self) -> APP_RWBLE_NMI_MAP_W<'_, APP_RWBLE_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/dport/app_slc0_intr_map.rs:27:30 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn app_slc0_intr_map(&mut self) -> APP_SLC0_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 app_slc0_intr_map(&mut self) -> APP_SLC0_INTR_MAP_W<'_, APP_SLC0_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/dport/app_slc1_intr_map.rs:27:30 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn app_slc1_intr_map(&mut self) -> APP_SLC1_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 app_slc1_intr_map(&mut self) -> APP_SLC1_INTR_MAP_W<'_, APP_SLC1_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/dport/app_uhci0_intr_map.rs:27:31 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn app_uhci0_intr_map(&mut self) -> APP_UHCI0_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 app_uhci0_intr_map(&mut self) -> APP_UHCI0_INTR_MAP_W<'_, APP_UHCI0_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/dport/app_uhci1_intr_map.rs:27:31 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn app_uhci1_intr_map(&mut self) -> APP_UHCI1_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 app_uhci1_intr_map(&mut self) -> APP_UHCI1_INTR_MAP_W<'_, APP_UHCI1_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/dport/app_tg_t0_level_int_map.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 29 | ) -> APP_TG_T0_LEVEL_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 | ) -> APP_TG_T0_LEVEL_INT_MAP_W<'_, APP_TG_T0_LEVEL_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/dport/app_tg_t1_level_int_map.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 29 | ) -> APP_TG_T1_LEVEL_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 | ) -> APP_TG_T1_LEVEL_INT_MAP_W<'_, APP_TG_T1_LEVEL_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/dport/app_tg_wdt_level_int_map.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 29 | ) -> APP_TG_WDT_LEVEL_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 | ) -> APP_TG_WDT_LEVEL_INT_MAP_W<'_, APP_TG_WDT_LEVEL_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/dport/app_tg_lact_level_int_map.rs:31:9 [INFO] [stdout] | [INFO] [stdout] 31 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 32 | ) -> APP_TG_LACT_LEVEL_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] 32 | ) -> APP_TG_LACT_LEVEL_INT_MAP_W<'_, APP_TG_LACT_LEVEL_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/dport/app_tg1_t0_level_int_map.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 29 | ) -> APP_TG1_T0_LEVEL_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 | ) -> APP_TG1_T0_LEVEL_INT_MAP_W<'_, APP_TG1_T0_LEVEL_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/dport/app_tg1_t1_level_int_map.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 29 | ) -> APP_TG1_T1_LEVEL_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 | ) -> APP_TG1_T1_LEVEL_INT_MAP_W<'_, APP_TG1_T1_LEVEL_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/dport/app_tg1_wdt_level_int_map.rs:31:9 [INFO] [stdout] | [INFO] [stdout] 31 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 32 | ) -> APP_TG1_WDT_LEVEL_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] 32 | ) -> APP_TG1_WDT_LEVEL_INT_MAP_W<'_, APP_TG1_WDT_LEVEL_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/dport/app_tg1_lact_level_int_map.rs:31:9 [INFO] [stdout] | [INFO] [stdout] 31 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 32 | ) -> APP_TG1_LACT_LEVEL_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] 32 | ) -> APP_TG1_LACT_LEVEL_INT_MAP_W<'_, APP_TG1_LACT_LEVEL_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/dport/app_gpio_interrupt_map.rs:31:9 [INFO] [stdout] | [INFO] [stdout] 31 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 32 | ) -> APP_GPIO_INTERRUPT_APP_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 | ) -> APP_GPIO_INTERRUPT_APP_MAP_W<'_, APP_GPIO_INTERRUPT_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/dport/app_gpio_interrupt_nmi_map.rs:31:9 [INFO] [stdout] | [INFO] [stdout] 31 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 32 | ) -> APP_GPIO_INTERRUPT_APP_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 | ) -> APP_GPIO_INTERRUPT_APP_NMI_MAP_W<'_, APP_GPIO_INTERRUPT_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/dport/app_cpu_intr_from_cpu_0_map.rs:31:9 [INFO] [stdout] | [INFO] [stdout] 31 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 32 | ) -> APP_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] 32 | ) -> APP_CPU_INTR_FROM_CPU_0_MAP_W<'_, APP_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/dport/app_cpu_intr_from_cpu_1_map.rs:31:9 [INFO] [stdout] | [INFO] [stdout] 31 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 32 | ) -> APP_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] 32 | ) -> APP_CPU_INTR_FROM_CPU_1_MAP_W<'_, APP_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/dport/app_cpu_intr_from_cpu_2_map.rs:31:9 [INFO] [stdout] | [INFO] [stdout] 31 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 32 | ) -> APP_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] 32 | ) -> APP_CPU_INTR_FROM_CPU_2_MAP_W<'_, APP_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/dport/app_cpu_intr_from_cpu_3_map.rs:31:9 [INFO] [stdout] | [INFO] [stdout] 31 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 32 | ) -> APP_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] 32 | ) -> APP_CPU_INTR_FROM_CPU_3_MAP_W<'_, APP_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/dport/app_spi_intr_0_map.rs:27:31 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn app_spi_intr_0_map(&mut self) -> APP_SPI_INTR_0_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 app_spi_intr_0_map(&mut self) -> APP_SPI_INTR_0_MAP_W<'_, APP_SPI_INTR_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/dport/app_spi_intr_1_map.rs:27:31 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn app_spi_intr_1_map(&mut self) -> APP_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 app_spi_intr_1_map(&mut self) -> APP_SPI_INTR_1_MAP_W<'_, APP_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/dport/app_spi_intr_2_map.rs:27:31 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn app_spi_intr_2_map(&mut self) -> APP_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 app_spi_intr_2_map(&mut self) -> APP_SPI_INTR_2_MAP_W<'_, APP_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/dport/app_spi_intr_3_map.rs:27:31 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn app_spi_intr_3_map(&mut self) -> APP_SPI_INTR_3_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 app_spi_intr_3_map(&mut self) -> APP_SPI_INTR_3_MAP_W<'_, APP_SPI_INTR_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/dport/app_i2s0_int_map.rs:27:29 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn app_i2s0_int_map(&mut self) -> APP_I2S0_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 app_i2s0_int_map(&mut self) -> APP_I2S0_INT_MAP_W<'_, APP_I2S0_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/dport/app_i2s1_int_map.rs:27:29 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn app_i2s1_int_map(&mut self) -> APP_I2S1_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 app_i2s1_int_map(&mut self) -> APP_I2S1_INT_MAP_W<'_, APP_I2S1_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/dport/app_uart_intr_map.rs:27:30 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn app_uart_intr_map(&mut self) -> APP_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 app_uart_intr_map(&mut self) -> APP_UART_INTR_MAP_W<'_, APP_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/dport/app_uart1_intr_map.rs:27:31 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn app_uart1_intr_map(&mut self) -> APP_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 app_uart1_intr_map(&mut self) -> APP_UART1_INTR_MAP_W<'_, APP_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/dport/app_uart2_intr_map.rs:27:31 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn app_uart2_intr_map(&mut self) -> APP_UART2_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 app_uart2_intr_map(&mut self) -> APP_UART2_INTR_MAP_W<'_, APP_UART2_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/dport/app_sdio_host_interrupt_map.rs:31:9 [INFO] [stdout] | [INFO] [stdout] 31 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 32 | ) -> APP_SDIO_HOST_INTERRUPT_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 | ) -> APP_SDIO_HOST_INTERRUPT_MAP_W<'_, APP_SDIO_HOST_INTERRUPT_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/dport/app_emac_int_map.rs:27:29 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn app_emac_int_map(&mut self) -> APP_EMAC_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 app_emac_int_map(&mut self) -> APP_EMAC_INT_MAP_W<'_, APP_EMAC_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/dport/app_pwm0_intr_map.rs:27:30 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn app_pwm0_intr_map(&mut self) -> APP_PWM0_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 app_pwm0_intr_map(&mut self) -> APP_PWM0_INTR_MAP_W<'_, APP_PWM0_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/dport/app_pwm1_intr_map.rs:27:30 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn app_pwm1_intr_map(&mut self) -> APP_PWM1_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 app_pwm1_intr_map(&mut self) -> APP_PWM1_INTR_MAP_W<'_, APP_PWM1_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/dport/app_pwm2_intr_map.rs:27:30 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn app_pwm2_intr_map(&mut self) -> APP_PWM2_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 app_pwm2_intr_map(&mut self) -> APP_PWM2_INTR_MAP_W<'_, APP_PWM2_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/dport/app_pwm3_intr_map.rs:27:30 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn app_pwm3_intr_map(&mut self) -> APP_PWM3_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 app_pwm3_intr_map(&mut self) -> APP_PWM3_INTR_MAP_W<'_, APP_PWM3_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/dport/app_ledc_int_map.rs:27:29 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn app_ledc_int_map(&mut self) -> APP_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 app_ledc_int_map(&mut self) -> APP_LEDC_INT_MAP_W<'_, APP_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/dport/app_efuse_int_map.rs:27:30 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn app_efuse_int_map(&mut self) -> APP_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 app_efuse_int_map(&mut self) -> APP_EFUSE_INT_MAP_W<'_, APP_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/dport/app_can_int_map.rs:27:28 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn app_can_int_map(&mut self) -> APP_CAN_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 app_can_int_map(&mut self) -> APP_CAN_INT_MAP_W<'_, APP_CAN_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/dport/app_rtc_core_intr_map.rs:27:34 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn app_rtc_core_intr_map(&mut self) -> APP_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 app_rtc_core_intr_map(&mut self) -> APP_RTC_CORE_INTR_MAP_W<'_, APP_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/dport/app_rmt_intr_map.rs:27:29 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn app_rmt_intr_map(&mut self) -> APP_RMT_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 app_rmt_intr_map(&mut self) -> APP_RMT_INTR_MAP_W<'_, APP_RMT_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/dport/app_pcnt_intr_map.rs:27:30 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn app_pcnt_intr_map(&mut self) -> APP_PCNT_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 app_pcnt_intr_map(&mut self) -> APP_PCNT_INTR_MAP_W<'_, APP_PCNT_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/dport/app_i2c_ext0_intr_map.rs:27:34 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn app_i2c_ext0_intr_map(&mut self) -> APP_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 app_i2c_ext0_intr_map(&mut self) -> APP_I2C_EXT0_INTR_MAP_W<'_, APP_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/dport/app_i2c_ext1_intr_map.rs:27:34 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn app_i2c_ext1_intr_map(&mut self) -> APP_I2C_EXT1_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 app_i2c_ext1_intr_map(&mut self) -> APP_I2C_EXT1_INTR_MAP_W<'_, APP_I2C_EXT1_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/dport/app_rsa_intr_map.rs:27:29 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn app_rsa_intr_map(&mut self) -> APP_RSA_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 app_rsa_intr_map(&mut self) -> APP_RSA_INTR_MAP_W<'_, APP_RSA_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/dport/app_spi1_dma_int_map.rs:27:33 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn app_spi1_dma_int_map(&mut self) -> APP_SPI1_DMA_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 app_spi1_dma_int_map(&mut self) -> APP_SPI1_DMA_INT_MAP_W<'_, APP_SPI1_DMA_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/dport/app_spi2_dma_int_map.rs:27:33 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn app_spi2_dma_int_map(&mut self) -> APP_SPI2_DMA_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 app_spi2_dma_int_map(&mut self) -> APP_SPI2_DMA_INT_MAP_W<'_, APP_SPI2_DMA_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/dport/app_spi3_dma_int_map.rs:27:33 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn app_spi3_dma_int_map(&mut self) -> APP_SPI3_DMA_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 app_spi3_dma_int_map(&mut self) -> APP_SPI3_DMA_INT_MAP_W<'_, APP_SPI3_DMA_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/dport/app_wdg_int_map.rs:27:28 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn app_wdg_int_map(&mut self) -> APP_WDG_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 app_wdg_int_map(&mut self) -> APP_WDG_INT_MAP_W<'_, APP_WDG_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/dport/app_timer_int1_map.rs:27:31 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn app_timer_int1_map(&mut self) -> APP_TIMER_INT1_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 app_timer_int1_map(&mut self) -> APP_TIMER_INT1_MAP_W<'_, APP_TIMER_INT1_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/dport/app_timer_int2_map.rs:27:31 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn app_timer_int2_map(&mut self) -> APP_TIMER_INT2_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 app_timer_int2_map(&mut self) -> APP_TIMER_INT2_MAP_W<'_, APP_TIMER_INT2_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/dport/app_tg_t0_edge_int_map.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 29 | ) -> APP_TG_T0_EDGE_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 | ) -> APP_TG_T0_EDGE_INT_MAP_W<'_, APP_TG_T0_EDGE_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/dport/app_tg_t1_edge_int_map.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 29 | ) -> APP_TG_T1_EDGE_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 | ) -> APP_TG_T1_EDGE_INT_MAP_W<'_, APP_TG_T1_EDGE_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/dport/app_tg_wdt_edge_int_map.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 29 | ) -> APP_TG_WDT_EDGE_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 | ) -> APP_TG_WDT_EDGE_INT_MAP_W<'_, APP_TG_WDT_EDGE_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/dport/app_tg_lact_edge_int_map.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 29 | ) -> APP_TG_LACT_EDGE_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 | ) -> APP_TG_LACT_EDGE_INT_MAP_W<'_, APP_TG_LACT_EDGE_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/dport/app_tg1_t0_edge_int_map.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 29 | ) -> APP_TG1_T0_EDGE_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 | ) -> APP_TG1_T0_EDGE_INT_MAP_W<'_, APP_TG1_T0_EDGE_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/dport/app_tg1_t1_edge_int_map.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 29 | ) -> APP_TG1_T1_EDGE_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 | ) -> APP_TG1_T1_EDGE_INT_MAP_W<'_, APP_TG1_T1_EDGE_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/dport/app_tg1_wdt_edge_int_map.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 29 | ) -> APP_TG1_WDT_EDGE_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 | ) -> APP_TG1_WDT_EDGE_INT_MAP_W<'_, APP_TG1_WDT_EDGE_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/dport/app_tg1_lact_edge_int_map.rs:31:9 [INFO] [stdout] | [INFO] [stdout] 31 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 32 | ) -> APP_TG1_LACT_EDGE_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] 32 | ) -> APP_TG1_LACT_EDGE_INT_MAP_W<'_, APP_TG1_LACT_EDGE_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/dport/app_mmu_ia_int_map.rs:27:31 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn app_mmu_ia_int_map(&mut self) -> APP_MMU_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 app_mmu_ia_int_map(&mut self) -> APP_MMU_IA_INT_MAP_W<'_, APP_MMU_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/dport/app_mpu_ia_int_map.rs:27:31 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn app_mpu_ia_int_map(&mut self) -> APP_MPU_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 app_mpu_ia_int_map(&mut self) -> APP_MPU_IA_INT_MAP_W<'_, APP_MPU_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/dport/app_cache_ia_int_map.rs:27:33 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn app_cache_ia_int_map(&mut self) -> APP_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 app_cache_ia_int_map(&mut self) -> APP_CACHE_IA_INT_MAP_W<'_, APP_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/dport/ahblite_mpu_table_uart.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 29 | ) -> UART_ACCESS_GRANT_CONFIG_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 | ) -> UART_ACCESS_GRANT_CONFIG_W<'_, AHBLITE_MPU_TABLE_UART_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/ahblite_mpu_table_spi1.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 29 | ) -> SPI1_ACCESS_GRANT_CONFIG_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 | ) -> SPI1_ACCESS_GRANT_CONFIG_W<'_, AHBLITE_MPU_TABLE_SPI1_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/ahblite_mpu_table_spi0.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 29 | ) -> SPI0_ACCESS_GRANT_CONFIG_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 | ) -> SPI0_ACCESS_GRANT_CONFIG_W<'_, AHBLITE_MPU_TABLE_SPI0_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/ahblite_mpu_table_gpio.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 29 | ) -> GPIO_ACCESS_GRANT_CONFIG_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_ACCESS_GRANT_CONFIG_W<'_, AHBLITE_MPU_TABLE_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/dport/ahblite_mpu_table_fe2.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 29 | ) -> FE2_ACCESS_GRANT_CONFIG_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 | ) -> FE2_ACCESS_GRANT_CONFIG_W<'_, AHBLITE_MPU_TABLE_FE2_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/ahblite_mpu_table_fe.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 29 | ) -> FE_ACCESS_GRANT_CONFIG_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 | ) -> FE_ACCESS_GRANT_CONFIG_W<'_, AHBLITE_MPU_TABLE_FE_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/ahblite_mpu_table_timer.rs:31:9 [INFO] [stdout] | [INFO] [stdout] 31 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 32 | ) -> TIMER_ACCESS_GRANT_CONFIG_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 | ) -> TIMER_ACCESS_GRANT_CONFIG_W<'_, AHBLITE_MPU_TABLE_TIMER_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/ahblite_mpu_table_rtc.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 29 | ) -> RTC_ACCESS_GRANT_CONFIG_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 | ) -> RTC_ACCESS_GRANT_CONFIG_W<'_, AHBLITE_MPU_TABLE_RTC_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/ahblite_mpu_table_io_mux.rs:31:9 [INFO] [stdout] | [INFO] [stdout] 31 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 32 | ) -> IOMUX_ACCESS_GRANT_CONFIG_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 | ) -> IOMUX_ACCESS_GRANT_CONFIG_W<'_, AHBLITE_MPU_TABLE_IO_MUX_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/ahblite_mpu_table_wdg.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 29 | ) -> WDG_ACCESS_GRANT_CONFIG_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 | ) -> WDG_ACCESS_GRANT_CONFIG_W<'_, AHBLITE_MPU_TABLE_WDG_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/ahblite_mpu_table_hinf.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 29 | ) -> HINF_ACCESS_GRANT_CONFIG_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 | ) -> HINF_ACCESS_GRANT_CONFIG_W<'_, AHBLITE_MPU_TABLE_HINF_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/ahblite_mpu_table_uhci1.rs:31:9 [INFO] [stdout] | [INFO] [stdout] 31 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 32 | ) -> UHCI1_ACCESS_GRANT_CONFIG_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 | ) -> UHCI1_ACCESS_GRANT_CONFIG_W<'_, AHBLITE_MPU_TABLE_UHCI1_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/ahblite_mpu_table_misc.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 29 | ) -> MISC_ACCESS_GRANT_CONFIG_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 | ) -> MISC_ACCESS_GRANT_CONFIG_W<'_, AHBLITE_MPU_TABLE_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/dport/ahblite_mpu_table_i2c.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 29 | ) -> I2C_ACCESS_GRANT_CONFIG_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 | ) -> I2C_ACCESS_GRANT_CONFIG_W<'_, AHBLITE_MPU_TABLE_I2C_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/ahblite_mpu_table_i2s0.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 29 | ) -> I2S0_ACCESS_GRANT_CONFIG_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 | ) -> I2S0_ACCESS_GRANT_CONFIG_W<'_, AHBLITE_MPU_TABLE_I2S0_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/ahblite_mpu_table_uart1.rs:31:9 [INFO] [stdout] | [INFO] [stdout] 31 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 32 | ) -> UART1_ACCESS_GRANT_CONFIG_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 | ) -> UART1_ACCESS_GRANT_CONFIG_W<'_, AHBLITE_MPU_TABLE_UART1_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/ahblite_mpu_table_bt.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 29 | ) -> BT_ACCESS_GRANT_CONFIG_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 | ) -> BT_ACCESS_GRANT_CONFIG_W<'_, AHBLITE_MPU_TABLE_BT_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/ahblite_mpu_table_bt_buffer.rs:31:9 [INFO] [stdout] | [INFO] [stdout] 31 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 32 | ) -> BTBUFFER_ACCESS_GRANT_CONFIG_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 | ) -> BTBUFFER_ACCESS_GRANT_CONFIG_W<'_, AHBLITE_MPU_TABLE_BT_BUFFER_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/ahblite_mpu_table_i2c_ext0.rs:31:9 [INFO] [stdout] | [INFO] [stdout] 31 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 32 | ) -> I2CEXT0_ACCESS_GRANT_CONFIG_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 | ) -> I2CEXT0_ACCESS_GRANT_CONFIG_W<'_, AHBLITE_MPU_TABLE_I2C_EXT0_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/ahblite_mpu_table_uhci0.rs:31:9 [INFO] [stdout] | [INFO] [stdout] 31 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 32 | ) -> UHCI0_ACCESS_GRANT_CONFIG_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 | ) -> UHCI0_ACCESS_GRANT_CONFIG_W<'_, AHBLITE_MPU_TABLE_UHCI0_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/ahblite_mpu_table_slchost.rs:31:9 [INFO] [stdout] | [INFO] [stdout] 31 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 32 | ) -> SLCHOST_ACCESS_GRANT_CONFIG_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 | ) -> SLCHOST_ACCESS_GRANT_CONFIG_W<'_, AHBLITE_MPU_TABLE_SLCHOST_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/ahblite_mpu_table_rmt.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 29 | ) -> RMT_ACCESS_GRANT_CONFIG_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 | ) -> RMT_ACCESS_GRANT_CONFIG_W<'_, AHBLITE_MPU_TABLE_RMT_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/ahblite_mpu_table_pcnt.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 29 | ) -> PCNT_ACCESS_GRANT_CONFIG_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 | ) -> PCNT_ACCESS_GRANT_CONFIG_W<'_, AHBLITE_MPU_TABLE_PCNT_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/ahblite_mpu_table_slc.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 29 | ) -> SLC_ACCESS_GRANT_CONFIG_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 | ) -> SLC_ACCESS_GRANT_CONFIG_W<'_, AHBLITE_MPU_TABLE_SLC_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/ahblite_mpu_table_ledc.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 29 | ) -> LEDC_ACCESS_GRANT_CONFIG_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 | ) -> LEDC_ACCESS_GRANT_CONFIG_W<'_, AHBLITE_MPU_TABLE_LEDC_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/ahblite_mpu_table_efuse.rs:31:9 [INFO] [stdout] | [INFO] [stdout] 31 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 32 | ) -> EFUSE_ACCESS_GRANT_CONFIG_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 | ) -> EFUSE_ACCESS_GRANT_CONFIG_W<'_, AHBLITE_MPU_TABLE_EFUSE_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/ahblite_mpu_table_spi_encrypt.rs:31:9 [INFO] [stdout] | [INFO] [stdout] 31 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 32 | ) -> SPI_ENCRYPY_ACCESS_GRANT_CONFIG_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 | ) -> SPI_ENCRYPY_ACCESS_GRANT_CONFIG_W<'_, AHBLITE_MPU_TABLE_SPI_ENCRYPT_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/ahblite_mpu_table_bb.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 29 | ) -> BB_ACCESS_GRANT_CONFIG_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 | ) -> BB_ACCESS_GRANT_CONFIG_W<'_, AHBLITE_MPU_TABLE_BB_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/ahblite_mpu_table_pwm0.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 29 | ) -> PWM0_ACCESS_GRANT_CONFIG_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 | ) -> PWM0_ACCESS_GRANT_CONFIG_W<'_, AHBLITE_MPU_TABLE_PWM0_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/ahblite_mpu_table_timergroup.rs:31:9 [INFO] [stdout] | [INFO] [stdout] 31 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 32 | ) -> TIMERGROUP_ACCESS_GRANT_CONFIG_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 | ) -> TIMERGROUP_ACCESS_GRANT_CONFIG_W<'_, AHBLITE_MPU_TABLE_TIMERGROUP_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/ahblite_mpu_table_timergroup1.rs:31:9 [INFO] [stdout] | [INFO] [stdout] 31 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 32 | ) -> TIMERGROUP1_ACCESS_GRANT_CONFIG_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 | ) -> TIMERGROUP1_ACCESS_GRANT_CONFIG_W<'_, AHBLITE_MPU_TABLE_TIMERGROUP1_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/ahblite_mpu_table_spi2.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 29 | ) -> SPI2_ACCESS_GRANT_CONFIG_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 | ) -> SPI2_ACCESS_GRANT_CONFIG_W<'_, AHBLITE_MPU_TABLE_SPI2_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/ahblite_mpu_table_spi3.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 29 | ) -> SPI3_ACCESS_GRANT_CONFIG_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 | ) -> SPI3_ACCESS_GRANT_CONFIG_W<'_, AHBLITE_MPU_TABLE_SPI3_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/ahblite_mpu_table_apb_ctrl.rs:31:9 [INFO] [stdout] | [INFO] [stdout] 31 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 32 | ) -> APBCTRL_ACCESS_GRANT_CONFIG_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 | ) -> APBCTRL_ACCESS_GRANT_CONFIG_W<'_, AHBLITE_MPU_TABLE_APB_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/dport/ahblite_mpu_table_i2c_ext1.rs:31:9 [INFO] [stdout] | [INFO] [stdout] 31 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 32 | ) -> I2CEXT1_ACCESS_GRANT_CONFIG_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 | ) -> I2CEXT1_ACCESS_GRANT_CONFIG_W<'_, AHBLITE_MPU_TABLE_I2C_EXT1_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/ahblite_mpu_table_sdio_host.rs:31:9 [INFO] [stdout] | [INFO] [stdout] 31 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 32 | ) -> SDIOHOST_ACCESS_GRANT_CONFIG_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 | ) -> SDIOHOST_ACCESS_GRANT_CONFIG_W<'_, AHBLITE_MPU_TABLE_SDIO_HOST_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/ahblite_mpu_table_emac.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 29 | ) -> EMAC_ACCESS_GRANT_CONFIG_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 | ) -> EMAC_ACCESS_GRANT_CONFIG_W<'_, AHBLITE_MPU_TABLE_EMAC_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/ahblite_mpu_table_can.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 29 | ) -> CAN_ACCESS_GRANT_CONFIG_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 | ) -> CAN_ACCESS_GRANT_CONFIG_W<'_, AHBLITE_MPU_TABLE_CAN_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/ahblite_mpu_table_pwm1.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 29 | ) -> PWM1_ACCESS_GRANT_CONFIG_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 | ) -> PWM1_ACCESS_GRANT_CONFIG_W<'_, AHBLITE_MPU_TABLE_PWM1_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/ahblite_mpu_table_i2s1.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 29 | ) -> I2S1_ACCESS_GRANT_CONFIG_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 | ) -> I2S1_ACCESS_GRANT_CONFIG_W<'_, AHBLITE_MPU_TABLE_I2S1_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/ahblite_mpu_table_uart2.rs:31:9 [INFO] [stdout] | [INFO] [stdout] 31 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 32 | ) -> UART2_ACCESS_GRANT_CONFIG_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 | ) -> UART2_ACCESS_GRANT_CONFIG_W<'_, AHBLITE_MPU_TABLE_UART2_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/ahblite_mpu_table_pwm2.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 29 | ) -> PWM2_ACCESS_GRANT_CONFIG_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 | ) -> PWM2_ACCESS_GRANT_CONFIG_W<'_, AHBLITE_MPU_TABLE_PWM2_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/ahblite_mpu_table_pwm3.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 29 | ) -> PWM3_ACCESS_GRANT_CONFIG_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 | ) -> PWM3_ACCESS_GRANT_CONFIG_W<'_, AHBLITE_MPU_TABLE_PWM3_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/ahblite_mpu_table_rwbt.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 29 | ) -> RWBT_ACCESS_GRANT_CONFIG_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 | ) -> RWBT_ACCESS_GRANT_CONFIG_W<'_, AHBLITE_MPU_TABLE_RWBT_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/ahblite_mpu_table_btmac.rs:31:9 [INFO] [stdout] | [INFO] [stdout] 31 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 32 | ) -> BTMAC_ACCESS_GRANT_CONFIG_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 | ) -> BTMAC_ACCESS_GRANT_CONFIG_W<'_, AHBLITE_MPU_TABLE_BTMAC_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/ahblite_mpu_table_wifimac.rs:31:9 [INFO] [stdout] | [INFO] [stdout] 31 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 32 | ) -> WIFIMAC_ACCESS_GRANT_CONFIG_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 | ) -> WIFIMAC_ACCESS_GRANT_CONFIG_W<'_, AHBLITE_MPU_TABLE_WIFIMAC_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/ahblite_mpu_table_pwr.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 29 | ) -> PWR_ACCESS_GRANT_CONFIG_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 | ) -> PWR_ACCESS_GRANT_CONFIG_W<'_, AHBLITE_MPU_TABLE_PWR_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/pro_dcache_dbug0.rs:91:28 [INFO] [stdout] | [INFO] [stdout] 91 | pub fn pro_slave_wdata(&mut self) -> PRO_SLAVE_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] 91 | pub fn pro_slave_wdata(&mut self) -> PRO_SLAVE_WDATA_W<'_, PRO_DCACHE_DBUG0_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/pro_dcache_dbug3.rs:126:9 [INFO] [stdout] | [INFO] [stdout] 126 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 127 | ) -> PRO_CPU_DISABLED_CACHE_IA_OPPOSITE_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] 127 | ) -> PRO_CPU_DISABLED_CACHE_IA_OPPOSITE_W<'_, PRO_DCACHE_DBUG3_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/pro_dcache_dbug3.rs:133:9 [INFO] [stdout] | [INFO] [stdout] 133 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 134 | ) -> PRO_CPU_DISABLED_CACHE_IA_DRAM1_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] 134 | ) -> PRO_CPU_DISABLED_CACHE_IA_DRAM1_W<'_, PRO_DCACHE_DBUG3_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/pro_dcache_dbug3.rs:140:9 [INFO] [stdout] | [INFO] [stdout] 140 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 141 | ) -> PRO_CPU_DISABLED_CACHE_IA_IROM0_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] 141 | ) -> PRO_CPU_DISABLED_CACHE_IA_IROM0_W<'_, PRO_DCACHE_DBUG3_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/pro_dcache_dbug3.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 148 | ) -> PRO_CPU_DISABLED_CACHE_IA_IRAM1_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] 148 | ) -> PRO_CPU_DISABLED_CACHE_IA_IRAM1_W<'_, PRO_DCACHE_DBUG3_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/pro_dcache_dbug3.rs:154:9 [INFO] [stdout] | [INFO] [stdout] 154 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 155 | ) -> PRO_CPU_DISABLED_CACHE_IA_IRAM0_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] 155 | ) -> PRO_CPU_DISABLED_CACHE_IA_IRAM0_W<'_, PRO_DCACHE_DBUG3_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/pro_dcache_dbug3.rs:161:9 [INFO] [stdout] | [INFO] [stdout] 161 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 162 | ) -> PRO_CPU_DISABLED_CACHE_IA_DROM0_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] 162 | ) -> PRO_CPU_DISABLED_CACHE_IA_DROM0_W<'_, PRO_DCACHE_DBUG3_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/app_dcache_dbug0.rs:91:28 [INFO] [stdout] | [INFO] [stdout] 91 | pub fn app_slave_wdata(&mut self) -> APP_SLAVE_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] 91 | pub fn app_slave_wdata(&mut self) -> APP_SLAVE_WDATA_W<'_, APP_DCACHE_DBUG0_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/app_dcache_dbug3.rs:126:9 [INFO] [stdout] | [INFO] [stdout] 126 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 127 | ) -> APP_CPU_DISABLED_CACHE_IA_OPPOSITE_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] 127 | ) -> APP_CPU_DISABLED_CACHE_IA_OPPOSITE_W<'_, APP_DCACHE_DBUG3_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/app_dcache_dbug3.rs:133:9 [INFO] [stdout] | [INFO] [stdout] 133 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 134 | ) -> APP_CPU_DISABLED_CACHE_IA_DRAM1_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] 134 | ) -> APP_CPU_DISABLED_CACHE_IA_DRAM1_W<'_, APP_DCACHE_DBUG3_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/app_dcache_dbug3.rs:140:9 [INFO] [stdout] | [INFO] [stdout] 140 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 141 | ) -> APP_CPU_DISABLED_CACHE_IA_IROM0_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] 141 | ) -> APP_CPU_DISABLED_CACHE_IA_IROM0_W<'_, APP_DCACHE_DBUG3_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/app_dcache_dbug3.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 148 | ) -> APP_CPU_DISABLED_CACHE_IA_IRAM1_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] 148 | ) -> APP_CPU_DISABLED_CACHE_IA_IRAM1_W<'_, APP_DCACHE_DBUG3_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/app_dcache_dbug3.rs:154:9 [INFO] [stdout] | [INFO] [stdout] 154 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 155 | ) -> APP_CPU_DISABLED_CACHE_IA_IRAM0_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] 155 | ) -> APP_CPU_DISABLED_CACHE_IA_IRAM0_W<'_, APP_DCACHE_DBUG3_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/app_dcache_dbug3.rs:161:9 [INFO] [stdout] | [INFO] [stdout] 161 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 162 | ) -> APP_CPU_DISABLED_CACHE_IA_DROM0_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] 162 | ) -> APP_CPU_DISABLED_CACHE_IA_DROM0_W<'_, APP_DCACHE_DBUG3_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/pro_cpu_record_ctrl.rs:47:34 [INFO] [stdout] | [INFO] [stdout] 47 | pub fn pro_cpu_record_enable(&mut self) -> PRO_CPU_RECORD_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] 47 | pub fn pro_cpu_record_enable(&mut self) -> PRO_CPU_RECORD_ENABLE_W<'_, PRO_CPU_RECORD_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/dport/pro_cpu_record_ctrl.rs:52:35 [INFO] [stdout] | [INFO] [stdout] 52 | pub fn pro_cpu_record_disable(&mut self) -> PRO_CPU_RECORD_DISABLE_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 pro_cpu_record_disable(&mut self) -> PRO_CPU_RECORD_DISABLE_W<'_, PRO_CPU_RECORD_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/dport/pro_cpu_record_ctrl.rs:57:34 [INFO] [stdout] | [INFO] [stdout] 57 | pub fn pro_cpu_pdebug_enable(&mut self) -> PRO_CPU_PDEBUG_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 pro_cpu_pdebug_enable(&mut self) -> PRO_CPU_PDEBUG_ENABLE_W<'_, PRO_CPU_RECORD_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/dport/pro_cpu_record_pdebuginst.rs:79:9 [INFO] [stdout] | [INFO] [stdout] 79 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 80 | ) -> RECORD_PDEBUGINST_SZ_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] 80 | ) -> RECORD_PDEBUGINST_SZ_W<'_, PRO_CPU_RECORD_PDEBUGINST_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/pro_cpu_record_pdebuginst.rs:86:9 [INFO] [stdout] | [INFO] [stdout] 86 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 87 | ) -> RECORD_PDEBUGINST_ISRC_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] 87 | ) -> RECORD_PDEBUGINST_ISRC_W<'_, PRO_CPU_RECORD_PDEBUGINST_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/pro_cpu_record_pdebuginst.rs:93:9 [INFO] [stdout] | [INFO] [stdout] 93 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 94 | ) -> RECORD_PDEBUGINST_LOOP_REP_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] 94 | ) -> RECORD_PDEBUGINST_LOOP_REP_W<'_, PRO_CPU_RECORD_PDEBUGINST_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/pro_cpu_record_pdebuginst.rs:100:9 [INFO] [stdout] | [INFO] [stdout] 100 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 101 | ) -> RECORD_PDEBUGINST_LOOP_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] 101 | ) -> RECORD_PDEBUGINST_LOOP_W<'_, PRO_CPU_RECORD_PDEBUGINST_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/pro_cpu_record_pdebuginst.rs:107:9 [INFO] [stdout] | [INFO] [stdout] 107 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 108 | ) -> RECORD_PDEBUGINST_CINTL_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] 108 | ) -> RECORD_PDEBUGINST_CINTL_W<'_, PRO_CPU_RECORD_PDEBUGINST_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/pro_cpu_record_pdebugstatus.rs:52:9 [INFO] [stdout] | [INFO] [stdout] 52 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 53 | ) -> RECORD_PDEBUGSTATUS_BBCAUSE_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] 53 | ) -> RECORD_PDEBUGSTATUS_BBCAUSE_W<'_, PRO_CPU_RECORD_PDEBUGSTATUS_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/pro_cpu_record_pdebugstatus.rs:59:9 [INFO] [stdout] | [INFO] [stdout] 59 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 60 | ) -> RECORD_PDEBUGSTATUS_INSNTYPE_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] 60 | ) -> RECORD_PDEBUGSTATUS_INSNTYPE_W<'_, PRO_CPU_RECORD_PDEBUGSTATUS_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/pro_cpu_record_pdebugdata.rs:423:9 [INFO] [stdout] | [INFO] [stdout] 423 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 424 | ) -> RECORD_PDEBUGDATA_DEP_OTHER_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] 424 | ) -> RECORD_PDEBUGDATA_DEP_OTHER_W<'_, PRO_CPU_RECORD_PDEBUGDATA_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/pro_cpu_record_pdebugdata.rs:430:9 [INFO] [stdout] | [INFO] [stdout] 430 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 431 | ) -> RECORD_PDEBUGDATA_EXCVEC_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] 431 | ) -> RECORD_PDEBUGDATA_EXCVEC_W<'_, PRO_CPU_RECORD_PDEBUGDATA_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/pro_cpu_record_pdebugdata.rs:437:9 [INFO] [stdout] | [INFO] [stdout] 437 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 438 | ) -> RECORD_PDEBUGDATA_INSNTYPE_SR_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] 438 | ) -> RECORD_PDEBUGDATA_INSNTYPE_SR_W<'_, PRO_CPU_RECORD_PDEBUGDATA_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/pro_cpu_record_pdebugdata.rs:444:9 [INFO] [stdout] | [INFO] [stdout] 444 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 445 | ) -> RECORD_PDEBUGDATA_INSNTYPE_RER_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] 445 | ) -> RECORD_PDEBUGDATA_INSNTYPE_RER_W<'_, PRO_CPU_RECORD_PDEBUGDATA_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/pro_cpu_record_pdebugdata.rs:451:9 [INFO] [stdout] | [INFO] [stdout] 451 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 452 | ) -> RECORD_PDEBUGDATA_STALL_BUFF_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] 452 | ) -> RECORD_PDEBUGDATA_STALL_BUFF_W<'_, PRO_CPU_RECORD_PDEBUGDATA_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/pro_cpu_record_pdebugdata.rs:458:9 [INFO] [stdout] | [INFO] [stdout] 458 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 459 | ) -> RECORD_PDEBUGDATA_INSNTYPE_WER_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] 459 | ) -> RECORD_PDEBUGDATA_INSNTYPE_WER_W<'_, PRO_CPU_RECORD_PDEBUGDATA_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/pro_cpu_record_pdebugdata.rs:465:9 [INFO] [stdout] | [INFO] [stdout] 465 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 466 | ) -> RECORD_PDEBUGDATA_STALL_BUFFCONFL_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] 466 | ) -> RECORD_PDEBUGDATA_STALL_BUFFCONFL_W<'_, PRO_CPU_RECORD_PDEBUGDATA_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/pro_cpu_record_pdebugdata.rs:472:9 [INFO] [stdout] | [INFO] [stdout] 472 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 473 | ) -> RECORD_PDEBUGDATA_INSNTYPE_ER_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] 473 | ) -> RECORD_PDEBUGDATA_INSNTYPE_ER_W<'_, PRO_CPU_RECORD_PDEBUGDATA_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/pro_cpu_record_pdebugdata.rs:479:9 [INFO] [stdout] | [INFO] [stdout] 479 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 480 | ) -> RECORD_PDEBUGDATA_STALL_DCM_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] 480 | ) -> RECORD_PDEBUGDATA_STALL_DCM_W<'_, PRO_CPU_RECORD_PDEBUGDATA_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/pro_cpu_record_pdebugdata.rs:486:9 [INFO] [stdout] | [INFO] [stdout] 486 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 487 | ) -> RECORD_PDEBUGDATA_STALL_LSU_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] 487 | ) -> RECORD_PDEBUGDATA_STALL_LSU_W<'_, PRO_CPU_RECORD_PDEBUGDATA_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/pro_cpu_record_pdebugdata.rs:493:9 [INFO] [stdout] | [INFO] [stdout] 493 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 494 | ) -> RECORD_PDEBUGDATA_STALL_ICM_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] 494 | ) -> RECORD_PDEBUGDATA_STALL_ICM_W<'_, PRO_CPU_RECORD_PDEBUGDATA_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/pro_cpu_record_pdebugdata.rs:500:9 [INFO] [stdout] | [INFO] [stdout] 500 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 501 | ) -> RECORD_PDEBUGDATA_STALL_IRAMBUSY_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] 501 | ) -> RECORD_PDEBUGDATA_STALL_IRAMBUSY_W<'_, PRO_CPU_RECORD_PDEBUGDATA_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/pro_cpu_record_pdebugdata.rs:507:9 [INFO] [stdout] | [INFO] [stdout] 507 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 508 | ) -> RECORD_PDEBUGDATA_DEP_LSU_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] 508 | ) -> RECORD_PDEBUGDATA_DEP_LSU_W<'_, PRO_CPU_RECORD_PDEBUGDATA_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/pro_cpu_record_pdebugdata.rs:514:9 [INFO] [stdout] | [INFO] [stdout] 514 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 515 | ) -> RECORD_PDEBUGDATA_STALL_IPIF_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] 515 | ) -> RECORD_PDEBUGDATA_STALL_IPIF_W<'_, PRO_CPU_RECORD_PDEBUGDATA_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/pro_cpu_record_pdebugdata.rs:521:9 [INFO] [stdout] | [INFO] [stdout] 521 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 522 | ) -> RECORD_PDEBUGDATA_INSNTYPE_RSR_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] 522 | ) -> RECORD_PDEBUGDATA_INSNTYPE_RSR_W<'_, PRO_CPU_RECORD_PDEBUGDATA_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/pro_cpu_record_pdebugdata.rs:528:9 [INFO] [stdout] | [INFO] [stdout] 528 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 529 | ) -> RECORD_PDEBUGDATA_STALL_TIE_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] 529 | ) -> RECORD_PDEBUGDATA_STALL_TIE_W<'_, PRO_CPU_RECORD_PDEBUGDATA_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/pro_cpu_record_pdebugdata.rs:535:9 [INFO] [stdout] | [INFO] [stdout] 535 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 536 | ) -> RECORD_PDEBUGDATA_INSNTYPE_WSR_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] 536 | ) -> RECORD_PDEBUGDATA_INSNTYPE_WSR_W<'_, PRO_CPU_RECORD_PDEBUGDATA_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/pro_cpu_record_pdebugdata.rs:542:9 [INFO] [stdout] | [INFO] [stdout] 542 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 543 | ) -> RECORD_PDEBUGDATA_STALL_RUN_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] 543 | ) -> RECORD_PDEBUGDATA_STALL_RUN_W<'_, PRO_CPU_RECORD_PDEBUGDATA_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/pro_cpu_record_pdebugdata.rs:549:9 [INFO] [stdout] | [INFO] [stdout] 549 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 550 | ) -> RECORD_PDEBUGDATA_INSNTYPE_XSR_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] 550 | ) -> RECORD_PDEBUGDATA_INSNTYPE_XSR_W<'_, PRO_CPU_RECORD_PDEBUGDATA_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/pro_cpu_record_pdebugdata.rs:556:9 [INFO] [stdout] | [INFO] [stdout] 556 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 557 | ) -> RECORD_PDEBUGDATA_DEP_STR_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] 557 | ) -> RECORD_PDEBUGDATA_DEP_STR_W<'_, PRO_CPU_RECORD_PDEBUGDATA_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/pro_cpu_record_pdebugdata.rs:563:9 [INFO] [stdout] | [INFO] [stdout] 563 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 564 | ) -> RECORD_PDEBUGDATA_DEP_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] 564 | ) -> RECORD_PDEBUGDATA_DEP_W<'_, PRO_CPU_RECORD_PDEBUGDATA_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/pro_cpu_record_pdebugdata.rs:570:9 [INFO] [stdout] | [INFO] [stdout] 570 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 571 | ) -> RECORD_PDEBUGDATA_STALL_BPIFETCH_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] 571 | ) -> RECORD_PDEBUGDATA_STALL_BPIFETCH_W<'_, PRO_CPU_RECORD_PDEBUGDATA_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/pro_cpu_record_pdebugdata.rs:577:9 [INFO] [stdout] | [INFO] [stdout] 577 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 578 | ) -> RECORD_PDEBUGDATA_STALL_L32R_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] 578 | ) -> RECORD_PDEBUGDATA_STALL_L32R_W<'_, PRO_CPU_RECORD_PDEBUGDATA_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/pro_cpu_record_pdebugdata.rs:584:9 [INFO] [stdout] | [INFO] [stdout] 584 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 585 | ) -> RECORD_PDEBUGDATA_STALL_LSPROC_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] 585 | ) -> RECORD_PDEBUGDATA_STALL_LSPROC_W<'_, PRO_CPU_RECORD_PDEBUGDATA_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/pro_cpu_record_pdebugdata.rs:591:9 [INFO] [stdout] | [INFO] [stdout] 591 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 592 | ) -> RECORD_PDEBUGDATA_STALL_BPLOAD_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] 592 | ) -> RECORD_PDEBUGDATA_STALL_BPLOAD_W<'_, PRO_CPU_RECORD_PDEBUGDATA_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/pro_cpu_record_pdebugdata.rs:598:9 [INFO] [stdout] | [INFO] [stdout] 598 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 599 | ) -> RECORD_PDEBUGDATA_DEP_MEMW_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] 599 | ) -> RECORD_PDEBUGDATA_DEP_MEMW_W<'_, PRO_CPU_RECORD_PDEBUGDATA_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/pro_cpu_record_pdebugdata.rs:605:9 [INFO] [stdout] | [INFO] [stdout] 605 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 606 | ) -> RECORD_PDEBUGDATA_EXCCAUSE_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] 606 | ) -> RECORD_PDEBUGDATA_EXCCAUSE_W<'_, PRO_CPU_RECORD_PDEBUGDATA_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/pro_cpu_record_pdebugdata.rs:612:9 [INFO] [stdout] | [INFO] [stdout] 612 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 613 | ) -> RECORD_PDEBUGDATA_STALL_BANKCONFL_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] 613 | ) -> RECORD_PDEBUGDATA_STALL_BANKCONFL_W<'_, PRO_CPU_RECORD_PDEBUGDATA_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/pro_cpu_record_pdebugdata.rs:619:9 [INFO] [stdout] | [INFO] [stdout] 619 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 620 | ) -> RECORD_PDEBUGDATA_DEP_HALT_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] 620 | ) -> RECORD_PDEBUGDATA_DEP_HALT_W<'_, PRO_CPU_RECORD_PDEBUGDATA_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/pro_cpu_record_pdebugdata.rs:626:9 [INFO] [stdout] | [INFO] [stdout] 626 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 627 | ) -> RECORD_PDEBUGDATA_STALL_ITERMUL_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] 627 | ) -> RECORD_PDEBUGDATA_STALL_ITERMUL_W<'_, PRO_CPU_RECORD_PDEBUGDATA_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/pro_cpu_record_pdebugdata.rs:633:9 [INFO] [stdout] | [INFO] [stdout] 633 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 634 | ) -> RECORD_PDEBUGDATA_STALL_ITERDIV_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] 634 | ) -> RECORD_PDEBUGDATA_STALL_ITERDIV_W<'_, PRO_CPU_RECORD_PDEBUGDATA_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/pro_cpu_record_pdebugls0stat.rs:135:9 [INFO] [stdout] | [INFO] [stdout] 135 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 136 | ) -> RECORD_PDEBUGLS0STAT_TYPE_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] 136 | ) -> RECORD_PDEBUGLS0STAT_TYPE_W<'_, PRO_CPU_RECORD_PDEBUGLS0STAT_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/pro_cpu_record_pdebugls0stat.rs:142:9 [INFO] [stdout] | [INFO] [stdout] 142 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 143 | ) -> RECORD_PDEBUGLS0STAT_SZ_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] 143 | ) -> RECORD_PDEBUGLS0STAT_SZ_W<'_, PRO_CPU_RECORD_PDEBUGLS0STAT_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/pro_cpu_record_pdebugls0stat.rs:149:9 [INFO] [stdout] | [INFO] [stdout] 149 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 150 | ) -> RECORD_PDEBUGLS0STAT_DTLBM_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] 150 | ) -> RECORD_PDEBUGLS0STAT_DTLBM_W<'_, PRO_CPU_RECORD_PDEBUGLS0STAT_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/pro_cpu_record_pdebugls0stat.rs:156:9 [INFO] [stdout] | [INFO] [stdout] 156 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 157 | ) -> RECORD_PDEBUGLS0STAT_DCM_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] 157 | ) -> RECORD_PDEBUGLS0STAT_DCM_W<'_, PRO_CPU_RECORD_PDEBUGLS0STAT_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/pro_cpu_record_pdebugls0stat.rs:163:9 [INFO] [stdout] | [INFO] [stdout] 163 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 164 | ) -> RECORD_PDEBUGLS0STAT_DCH_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] 164 | ) -> RECORD_PDEBUGLS0STAT_DCH_W<'_, PRO_CPU_RECORD_PDEBUGLS0STAT_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/pro_cpu_record_pdebugls0stat.rs:170:9 [INFO] [stdout] | [INFO] [stdout] 170 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 171 | ) -> RECORD_PDEBUGLS0STAT_UC_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] 171 | ) -> RECORD_PDEBUGLS0STAT_UC_W<'_, PRO_CPU_RECORD_PDEBUGLS0STAT_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/pro_cpu_record_pdebugls0stat.rs:177:9 [INFO] [stdout] | [INFO] [stdout] 177 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 178 | ) -> RECORD_PDEBUGLS0STAT_WB_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] 178 | ) -> RECORD_PDEBUGLS0STAT_WB_W<'_, PRO_CPU_RECORD_PDEBUGLS0STAT_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/pro_cpu_record_pdebugls0stat.rs:184:9 [INFO] [stdout] | [INFO] [stdout] 184 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 185 | ) -> RECORD_PDEBUGLS0STAT_COH_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] 185 | ) -> RECORD_PDEBUGLS0STAT_COH_W<'_, PRO_CPU_RECORD_PDEBUGLS0STAT_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/pro_cpu_record_pdebugls0stat.rs:191:9 [INFO] [stdout] | [INFO] [stdout] 191 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 192 | ) -> RECORD_PDEBUGLS0STAT_STCOH_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] 192 | ) -> RECORD_PDEBUGLS0STAT_STCOH_W<'_, PRO_CPU_RECORD_PDEBUGLS0STAT_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/pro_cpu_record_pdebugls0stat.rs:198:9 [INFO] [stdout] | [INFO] [stdout] 198 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 199 | ) -> RECORD_PDEBUGLS0STAT_TGT_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] 199 | ) -> RECORD_PDEBUGLS0STAT_TGT_W<'_, PRO_CPU_RECORD_PDEBUGLS0STAT_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/app_cpu_record_ctrl.rs:47:34 [INFO] [stdout] | [INFO] [stdout] 47 | pub fn app_cpu_record_enable(&mut self) -> APP_CPU_RECORD_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] 47 | pub fn app_cpu_record_enable(&mut self) -> APP_CPU_RECORD_ENABLE_W<'_, APP_CPU_RECORD_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/dport/app_cpu_record_ctrl.rs:52:35 [INFO] [stdout] | [INFO] [stdout] 52 | pub fn app_cpu_record_disable(&mut self) -> APP_CPU_RECORD_DISABLE_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 app_cpu_record_disable(&mut self) -> APP_CPU_RECORD_DISABLE_W<'_, APP_CPU_RECORD_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/dport/app_cpu_record_ctrl.rs:57:34 [INFO] [stdout] | [INFO] [stdout] 57 | pub fn app_cpu_pdebug_enable(&mut self) -> APP_CPU_PDEBUG_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 app_cpu_pdebug_enable(&mut self) -> APP_CPU_PDEBUG_ENABLE_W<'_, APP_CPU_RECORD_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/dport/rsa_pd_ctrl.rs:27:19 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn rsa_pd(&mut self) -> RSA_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] 27 | pub fn rsa_pd(&mut self) -> RSA_PD_W<'_, RSA_PD_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/dport/rom_mpu_table0.rs:27:27 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn rom_mpu_table0(&mut self) -> ROM_MPU_TABLE0_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 rom_mpu_table0(&mut self) -> ROM_MPU_TABLE0_W<'_, ROM_MPU_TABLE0_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/rom_mpu_table1.rs:27:27 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn rom_mpu_table1(&mut self) -> ROM_MPU_TABLE1_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 rom_mpu_table1(&mut self) -> ROM_MPU_TABLE1_W<'_, ROM_MPU_TABLE1_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/rom_mpu_table2.rs:27:27 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn rom_mpu_table2(&mut self) -> ROM_MPU_TABLE2_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 rom_mpu_table2(&mut self) -> ROM_MPU_TABLE2_W<'_, ROM_MPU_TABLE2_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/rom_mpu_table3.rs:27:27 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn rom_mpu_table3(&mut self) -> ROM_MPU_TABLE3_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 rom_mpu_table3(&mut self) -> ROM_MPU_TABLE3_W<'_, ROM_MPU_TABLE3_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/shrom_mpu_table0.rs:27:29 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn shrom_mpu_table0(&mut self) -> SHROM_MPU_TABLE0_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 shrom_mpu_table0(&mut self) -> SHROM_MPU_TABLE0_W<'_, SHROM_MPU_TABLE0_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/shrom_mpu_table1.rs:27:29 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn shrom_mpu_table1(&mut self) -> SHROM_MPU_TABLE1_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 shrom_mpu_table1(&mut self) -> SHROM_MPU_TABLE1_W<'_, SHROM_MPU_TABLE1_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/shrom_mpu_table2.rs:27:29 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn shrom_mpu_table2(&mut self) -> SHROM_MPU_TABLE2_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 shrom_mpu_table2(&mut self) -> SHROM_MPU_TABLE2_W<'_, SHROM_MPU_TABLE2_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/shrom_mpu_table3.rs:27:29 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn shrom_mpu_table3(&mut self) -> SHROM_MPU_TABLE3_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 shrom_mpu_table3(&mut self) -> SHROM_MPU_TABLE3_W<'_, SHROM_MPU_TABLE3_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/shrom_mpu_table4.rs:27:29 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn shrom_mpu_table4(&mut self) -> SHROM_MPU_TABLE4_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 shrom_mpu_table4(&mut self) -> SHROM_MPU_TABLE4_W<'_, SHROM_MPU_TABLE4_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/shrom_mpu_table5.rs:27:29 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn shrom_mpu_table5(&mut self) -> SHROM_MPU_TABLE5_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 shrom_mpu_table5(&mut self) -> SHROM_MPU_TABLE5_W<'_, SHROM_MPU_TABLE5_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/shrom_mpu_table6.rs:27:29 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn shrom_mpu_table6(&mut self) -> SHROM_MPU_TABLE6_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 shrom_mpu_table6(&mut self) -> SHROM_MPU_TABLE6_W<'_, SHROM_MPU_TABLE6_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/shrom_mpu_table7.rs:27:29 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn shrom_mpu_table7(&mut self) -> SHROM_MPU_TABLE7_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 shrom_mpu_table7(&mut self) -> SHROM_MPU_TABLE7_W<'_, SHROM_MPU_TABLE7_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/shrom_mpu_table8.rs:27:29 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn shrom_mpu_table8(&mut self) -> SHROM_MPU_TABLE8_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 shrom_mpu_table8(&mut self) -> SHROM_MPU_TABLE8_W<'_, SHROM_MPU_TABLE8_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/shrom_mpu_table9.rs:27:29 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn shrom_mpu_table9(&mut self) -> SHROM_MPU_TABLE9_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 shrom_mpu_table9(&mut self) -> SHROM_MPU_TABLE9_W<'_, SHROM_MPU_TABLE9_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/shrom_mpu_table10.rs:27:30 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn shrom_mpu_table10(&mut self) -> SHROM_MPU_TABLE10_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 shrom_mpu_table10(&mut self) -> SHROM_MPU_TABLE10_W<'_, SHROM_MPU_TABLE10_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/shrom_mpu_table11.rs:27:30 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn shrom_mpu_table11(&mut self) -> SHROM_MPU_TABLE11_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 shrom_mpu_table11(&mut self) -> SHROM_MPU_TABLE11_W<'_, SHROM_MPU_TABLE11_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/shrom_mpu_table12.rs:27:30 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn shrom_mpu_table12(&mut self) -> SHROM_MPU_TABLE12_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 shrom_mpu_table12(&mut self) -> SHROM_MPU_TABLE12_W<'_, SHROM_MPU_TABLE12_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/shrom_mpu_table13.rs:27:30 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn shrom_mpu_table13(&mut self) -> SHROM_MPU_TABLE13_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 shrom_mpu_table13(&mut self) -> SHROM_MPU_TABLE13_W<'_, SHROM_MPU_TABLE13_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/shrom_mpu_table14.rs:27:30 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn shrom_mpu_table14(&mut self) -> SHROM_MPU_TABLE14_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 shrom_mpu_table14(&mut self) -> SHROM_MPU_TABLE14_W<'_, SHROM_MPU_TABLE14_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/shrom_mpu_table15.rs:27:30 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn shrom_mpu_table15(&mut self) -> SHROM_MPU_TABLE15_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 shrom_mpu_table15(&mut self) -> SHROM_MPU_TABLE15_W<'_, SHROM_MPU_TABLE15_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/shrom_mpu_table16.rs:27:30 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn shrom_mpu_table16(&mut self) -> SHROM_MPU_TABLE16_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 shrom_mpu_table16(&mut self) -> SHROM_MPU_TABLE16_W<'_, SHROM_MPU_TABLE16_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/shrom_mpu_table17.rs:27:30 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn shrom_mpu_table17(&mut self) -> SHROM_MPU_TABLE17_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 shrom_mpu_table17(&mut self) -> SHROM_MPU_TABLE17_W<'_, SHROM_MPU_TABLE17_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/shrom_mpu_table18.rs:27:30 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn shrom_mpu_table18(&mut self) -> SHROM_MPU_TABLE18_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 shrom_mpu_table18(&mut self) -> SHROM_MPU_TABLE18_W<'_, SHROM_MPU_TABLE18_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/shrom_mpu_table19.rs:27:30 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn shrom_mpu_table19(&mut self) -> SHROM_MPU_TABLE19_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 shrom_mpu_table19(&mut self) -> SHROM_MPU_TABLE19_W<'_, SHROM_MPU_TABLE19_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/shrom_mpu_table20.rs:27:30 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn shrom_mpu_table20(&mut self) -> SHROM_MPU_TABLE20_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 shrom_mpu_table20(&mut self) -> SHROM_MPU_TABLE20_W<'_, SHROM_MPU_TABLE20_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/shrom_mpu_table21.rs:27:30 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn shrom_mpu_table21(&mut self) -> SHROM_MPU_TABLE21_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 shrom_mpu_table21(&mut self) -> SHROM_MPU_TABLE21_W<'_, SHROM_MPU_TABLE21_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/shrom_mpu_table22.rs:27:30 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn shrom_mpu_table22(&mut self) -> SHROM_MPU_TABLE22_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 shrom_mpu_table22(&mut self) -> SHROM_MPU_TABLE22_W<'_, SHROM_MPU_TABLE22_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/shrom_mpu_table23.rs:27:30 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn shrom_mpu_table23(&mut self) -> SHROM_MPU_TABLE23_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 shrom_mpu_table23(&mut self) -> SHROM_MPU_TABLE23_W<'_, SHROM_MPU_TABLE23_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/immu_table0.rs:27:24 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn immu_table0(&mut self) -> IMMU_TABLE0_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 immu_table0(&mut self) -> IMMU_TABLE0_W<'_, IMMU_TABLE0_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/immu_table1.rs:27:24 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn immu_table1(&mut self) -> IMMU_TABLE1_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 immu_table1(&mut self) -> IMMU_TABLE1_W<'_, IMMU_TABLE1_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/immu_table2.rs:27:24 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn immu_table2(&mut self) -> IMMU_TABLE2_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 immu_table2(&mut self) -> IMMU_TABLE2_W<'_, IMMU_TABLE2_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/immu_table3.rs:27:24 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn immu_table3(&mut self) -> IMMU_TABLE3_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 immu_table3(&mut self) -> IMMU_TABLE3_W<'_, IMMU_TABLE3_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/immu_table4.rs:27:24 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn immu_table4(&mut self) -> IMMU_TABLE4_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 immu_table4(&mut self) -> IMMU_TABLE4_W<'_, IMMU_TABLE4_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/immu_table5.rs:27:24 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn immu_table5(&mut self) -> IMMU_TABLE5_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 immu_table5(&mut self) -> IMMU_TABLE5_W<'_, IMMU_TABLE5_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/immu_table6.rs:27:24 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn immu_table6(&mut self) -> IMMU_TABLE6_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 immu_table6(&mut self) -> IMMU_TABLE6_W<'_, IMMU_TABLE6_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/immu_table7.rs:27:24 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn immu_table7(&mut self) -> IMMU_TABLE7_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 immu_table7(&mut self) -> IMMU_TABLE7_W<'_, IMMU_TABLE7_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/immu_table8.rs:27:24 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn immu_table8(&mut self) -> IMMU_TABLE8_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 immu_table8(&mut self) -> IMMU_TABLE8_W<'_, IMMU_TABLE8_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/immu_table9.rs:27:24 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn immu_table9(&mut self) -> IMMU_TABLE9_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 immu_table9(&mut self) -> IMMU_TABLE9_W<'_, IMMU_TABLE9_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/immu_table10.rs:27:25 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn immu_table10(&mut self) -> IMMU_TABLE10_W { [INFO] [stdout] | ^^^^^^^^^ --------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 immu_table10(&mut self) -> IMMU_TABLE10_W<'_, IMMU_TABLE10_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/immu_table11.rs:27:25 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn immu_table11(&mut self) -> IMMU_TABLE11_W { [INFO] [stdout] | ^^^^^^^^^ --------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 immu_table11(&mut self) -> IMMU_TABLE11_W<'_, IMMU_TABLE11_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/immu_table12.rs:27:25 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn immu_table12(&mut self) -> IMMU_TABLE12_W { [INFO] [stdout] | ^^^^^^^^^ --------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 immu_table12(&mut self) -> IMMU_TABLE12_W<'_, IMMU_TABLE12_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/immu_table13.rs:27:25 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn immu_table13(&mut self) -> IMMU_TABLE13_W { [INFO] [stdout] | ^^^^^^^^^ --------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 immu_table13(&mut self) -> IMMU_TABLE13_W<'_, IMMU_TABLE13_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/immu_table14.rs:27:25 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn immu_table14(&mut self) -> IMMU_TABLE14_W { [INFO] [stdout] | ^^^^^^^^^ --------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 immu_table14(&mut self) -> IMMU_TABLE14_W<'_, IMMU_TABLE14_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/immu_table15.rs:27:25 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn immu_table15(&mut self) -> IMMU_TABLE15_W { [INFO] [stdout] | ^^^^^^^^^ --------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 immu_table15(&mut self) -> IMMU_TABLE15_W<'_, IMMU_TABLE15_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/dmmu_table0.rs:27:24 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn dmmu_table0(&mut self) -> DMMU_TABLE0_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 dmmu_table0(&mut self) -> DMMU_TABLE0_W<'_, DMMU_TABLE0_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/dmmu_table1.rs:27:24 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn dmmu_table1(&mut self) -> DMMU_TABLE1_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 dmmu_table1(&mut self) -> DMMU_TABLE1_W<'_, DMMU_TABLE1_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/dmmu_table2.rs:27:24 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn dmmu_table2(&mut self) -> DMMU_TABLE2_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 dmmu_table2(&mut self) -> DMMU_TABLE2_W<'_, DMMU_TABLE2_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/dmmu_table3.rs:27:24 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn dmmu_table3(&mut self) -> DMMU_TABLE3_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 dmmu_table3(&mut self) -> DMMU_TABLE3_W<'_, DMMU_TABLE3_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/dmmu_table4.rs:27:24 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn dmmu_table4(&mut self) -> DMMU_TABLE4_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 dmmu_table4(&mut self) -> DMMU_TABLE4_W<'_, DMMU_TABLE4_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/dmmu_table5.rs:27:24 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn dmmu_table5(&mut self) -> DMMU_TABLE5_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 dmmu_table5(&mut self) -> DMMU_TABLE5_W<'_, DMMU_TABLE5_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/dmmu_table6.rs:27:24 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn dmmu_table6(&mut self) -> DMMU_TABLE6_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 dmmu_table6(&mut self) -> DMMU_TABLE6_W<'_, DMMU_TABLE6_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/dmmu_table7.rs:27:24 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn dmmu_table7(&mut self) -> DMMU_TABLE7_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 dmmu_table7(&mut self) -> DMMU_TABLE7_W<'_, DMMU_TABLE7_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/dmmu_table8.rs:27:24 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn dmmu_table8(&mut self) -> DMMU_TABLE8_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 dmmu_table8(&mut self) -> DMMU_TABLE8_W<'_, DMMU_TABLE8_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/dmmu_table9.rs:27:24 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn dmmu_table9(&mut self) -> DMMU_TABLE9_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 dmmu_table9(&mut self) -> DMMU_TABLE9_W<'_, DMMU_TABLE9_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/dmmu_table10.rs:27:25 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn dmmu_table10(&mut self) -> DMMU_TABLE10_W { [INFO] [stdout] | ^^^^^^^^^ --------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 dmmu_table10(&mut self) -> DMMU_TABLE10_W<'_, DMMU_TABLE10_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/dmmu_table11.rs:27:25 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn dmmu_table11(&mut self) -> DMMU_TABLE11_W { [INFO] [stdout] | ^^^^^^^^^ --------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 dmmu_table11(&mut self) -> DMMU_TABLE11_W<'_, DMMU_TABLE11_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/dmmu_table12.rs:27:25 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn dmmu_table12(&mut self) -> DMMU_TABLE12_W { [INFO] [stdout] | ^^^^^^^^^ --------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 dmmu_table12(&mut self) -> DMMU_TABLE12_W<'_, DMMU_TABLE12_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/dmmu_table13.rs:27:25 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn dmmu_table13(&mut self) -> DMMU_TABLE13_W { [INFO] [stdout] | ^^^^^^^^^ --------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 dmmu_table13(&mut self) -> DMMU_TABLE13_W<'_, DMMU_TABLE13_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/dmmu_table14.rs:27:25 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn dmmu_table14(&mut self) -> DMMU_TABLE14_W { [INFO] [stdout] | ^^^^^^^^^ --------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 dmmu_table14(&mut self) -> DMMU_TABLE14_W<'_, DMMU_TABLE14_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/dmmu_table15.rs:27:25 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn dmmu_table15(&mut self) -> DMMU_TABLE15_W { [INFO] [stdout] | ^^^^^^^^^ --------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 dmmu_table15(&mut self) -> DMMU_TABLE15_W<'_, DMMU_TABLE15_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/pro_intrusion_ctrl.rs:31:9 [INFO] [stdout] | [INFO] [stdout] 31 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 32 | ) -> PRO_INTRUSION_RECORD_RESET_N_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 | ) -> PRO_INTRUSION_RECORD_RESET_N_W<'_, PRO_INTRUSION_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/dport/app_intrusion_ctrl.rs:31:9 [INFO] [stdout] | [INFO] [stdout] 31 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 32 | ) -> APP_INTRUSION_RECORD_RESET_N_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 | ) -> APP_INTRUSION_RECORD_RESET_N_W<'_, APP_INTRUSION_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/dport/front_end_mem_pd.rs:57:29 [INFO] [stdout] | [INFO] [stdout] 57 | 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] 57 | 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/dport/front_end_mem_pd.rs:62:29 [INFO] [stdout] | [INFO] [stdout] 62 | 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] 62 | 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/dport/front_end_mem_pd.rs:67:30 [INFO] [stdout] | [INFO] [stdout] 67 | 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] 67 | 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/dport/front_end_mem_pd.rs:72:30 [INFO] [stdout] | [INFO] [stdout] 72 | 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] 72 | 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/dport/mmu_ia_int_en.rs:27:26 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn mmu_ia_int_en(&mut self) -> MMU_IA_INT_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 mmu_ia_int_en(&mut self) -> MMU_IA_INT_EN_W<'_, MMU_IA_INT_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/dport/mpu_ia_int_en.rs:27:26 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn mpu_ia_int_en(&mut self) -> MPU_IA_INT_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 mpu_ia_int_en(&mut self) -> MPU_IA_INT_EN_W<'_, MPU_IA_INT_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/dport/cache_ia_int_en.rs:153:28 [INFO] [stdout] | [INFO] [stdout] 153 | pub fn cache_ia_int_en(&mut self) -> CACHE_IA_INT_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] 153 | pub fn cache_ia_int_en(&mut self) -> CACHE_IA_INT_EN_W<'_, CACHE_IA_INT_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/dport/cache_ia_int_en.rs:158:35 [INFO] [stdout] | [INFO] [stdout] 158 | pub fn cache_ia_int_app_drom0(&mut self) -> CACHE_IA_INT_APP_DROM0_W { [INFO] [stdout] | ^^^^^^^^^ ---------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 cache_ia_int_app_drom0(&mut self) -> CACHE_IA_INT_APP_DROM0_W<'_, CACHE_IA_INT_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/dport/cache_ia_int_en.rs:163:35 [INFO] [stdout] | [INFO] [stdout] 163 | pub fn cache_ia_int_app_iram0(&mut self) -> CACHE_IA_INT_APP_IRAM0_W { [INFO] [stdout] | ^^^^^^^^^ ---------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 cache_ia_int_app_iram0(&mut self) -> CACHE_IA_INT_APP_IRAM0_W<'_, CACHE_IA_INT_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/dport/cache_ia_int_en.rs:168:35 [INFO] [stdout] | [INFO] [stdout] 168 | pub fn cache_ia_int_app_iram1(&mut self) -> CACHE_IA_INT_APP_IRAM1_W { [INFO] [stdout] | ^^^^^^^^^ ---------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 cache_ia_int_app_iram1(&mut self) -> CACHE_IA_INT_APP_IRAM1_W<'_, CACHE_IA_INT_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/dport/cache_ia_int_en.rs:173:35 [INFO] [stdout] | [INFO] [stdout] 173 | pub fn cache_ia_int_app_irom0(&mut self) -> CACHE_IA_INT_APP_IROM0_W { [INFO] [stdout] | ^^^^^^^^^ ---------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 cache_ia_int_app_irom0(&mut self) -> CACHE_IA_INT_APP_IROM0_W<'_, CACHE_IA_INT_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/dport/cache_ia_int_en.rs:178:35 [INFO] [stdout] | [INFO] [stdout] 178 | pub fn cache_ia_int_app_dram1(&mut self) -> CACHE_IA_INT_APP_DRAM1_W { [INFO] [stdout] | ^^^^^^^^^ ---------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 cache_ia_int_app_dram1(&mut self) -> CACHE_IA_INT_APP_DRAM1_W<'_, CACHE_IA_INT_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/dport/cache_ia_int_en.rs:184:9 [INFO] [stdout] | [INFO] [stdout] 184 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 185 | ) -> CACHE_IA_INT_APP_OPPOSITE_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] 185 | ) -> CACHE_IA_INT_APP_OPPOSITE_W<'_, CACHE_IA_INT_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/dport/cache_ia_int_en.rs:190:35 [INFO] [stdout] | [INFO] [stdout] 190 | pub fn cache_ia_int_pro_drom0(&mut self) -> CACHE_IA_INT_PRO_DROM0_W { [INFO] [stdout] | ^^^^^^^^^ ---------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 190 | pub fn cache_ia_int_pro_drom0(&mut self) -> CACHE_IA_INT_PRO_DROM0_W<'_, CACHE_IA_INT_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/dport/cache_ia_int_en.rs:195:35 [INFO] [stdout] | [INFO] [stdout] 195 | pub fn cache_ia_int_pro_iram0(&mut self) -> CACHE_IA_INT_PRO_IRAM0_W { [INFO] [stdout] | ^^^^^^^^^ ---------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 195 | pub fn cache_ia_int_pro_iram0(&mut self) -> CACHE_IA_INT_PRO_IRAM0_W<'_, CACHE_IA_INT_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/dport/cache_ia_int_en.rs:200:35 [INFO] [stdout] | [INFO] [stdout] 200 | pub fn cache_ia_int_pro_iram1(&mut self) -> CACHE_IA_INT_PRO_IRAM1_W { [INFO] [stdout] | ^^^^^^^^^ ---------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 200 | pub fn cache_ia_int_pro_iram1(&mut self) -> CACHE_IA_INT_PRO_IRAM1_W<'_, CACHE_IA_INT_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/dport/cache_ia_int_en.rs:205:35 [INFO] [stdout] | [INFO] [stdout] 205 | pub fn cache_ia_int_pro_irom0(&mut self) -> CACHE_IA_INT_PRO_IROM0_W { [INFO] [stdout] | ^^^^^^^^^ ---------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 205 | pub fn cache_ia_int_pro_irom0(&mut self) -> CACHE_IA_INT_PRO_IROM0_W<'_, CACHE_IA_INT_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/dport/cache_ia_int_en.rs:210:35 [INFO] [stdout] | [INFO] [stdout] 210 | pub fn cache_ia_int_pro_dram1(&mut self) -> CACHE_IA_INT_PRO_DRAM1_W { [INFO] [stdout] | ^^^^^^^^^ ---------------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 210 | pub fn cache_ia_int_pro_dram1(&mut self) -> CACHE_IA_INT_PRO_DRAM1_W<'_, CACHE_IA_INT_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/dport/cache_ia_int_en.rs:216:9 [INFO] [stdout] | [INFO] [stdout] 216 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 217 | ) -> CACHE_IA_INT_PRO_OPPOSITE_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] 217 | ) -> CACHE_IA_INT_PRO_OPPOSITE_W<'_, CACHE_IA_INT_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/dport/secure_boot_ctrl.rs:27:30 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn sw_bootloader_sel(&mut self) -> SW_BOOTLOADER_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 sw_bootloader_sel(&mut self) -> SW_BOOTLOADER_SEL_W<'_, SECURE_BOOT_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/dport/spi_dma_chan_sel.rs:47:30 [INFO] [stdout] | [INFO] [stdout] 47 | pub fn spi1_dma_chan_sel(&mut self) -> SPI1_DMA_CHAN_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 spi1_dma_chan_sel(&mut self) -> SPI1_DMA_CHAN_SEL_W<'_, SPI_DMA_CHAN_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/dport/spi_dma_chan_sel.rs:52:30 [INFO] [stdout] | [INFO] [stdout] 52 | pub fn spi2_dma_chan_sel(&mut self) -> SPI2_DMA_CHAN_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 spi2_dma_chan_sel(&mut self) -> SPI2_DMA_CHAN_SEL_W<'_, SPI_DMA_CHAN_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/dport/spi_dma_chan_sel.rs:57:30 [INFO] [stdout] | [INFO] [stdout] 57 | pub fn spi3_dma_chan_sel(&mut self) -> SPI3_DMA_CHAN_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 spi3_dma_chan_sel(&mut self) -> SPI3_DMA_CHAN_SEL_W<'_, SPI_DMA_CHAN_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/dport/pro_vecbase_ctrl.rs:27:32 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn pro_out_vecbase_sel(&mut self) -> PRO_OUT_VECBASE_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 pro_out_vecbase_sel(&mut self) -> PRO_OUT_VECBASE_SEL_W<'_, PRO_VECBASE_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/dport/pro_vecbase_set.rs:27:28 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn pro_out_vecbase(&mut self) -> PRO_OUT_VECBASE_W { [INFO] [stdout] | ^^^^^^^^^ --------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 pro_out_vecbase(&mut self) -> PRO_OUT_VECBASE_W<'_, PRO_VECBASE_SET_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/app_vecbase_ctrl.rs:27:32 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn app_out_vecbase_sel(&mut self) -> APP_OUT_VECBASE_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 app_out_vecbase_sel(&mut self) -> APP_OUT_VECBASE_SEL_W<'_, APP_VECBASE_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/dport/app_vecbase_set.rs:27:28 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn app_out_vecbase(&mut self) -> APP_OUT_VECBASE_W { [INFO] [stdout] | ^^^^^^^^^ --------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 app_out_vecbase(&mut self) -> APP_OUT_VECBASE_W<'_, APP_VECBASE_SET_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/dport/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/dport/wifi_rst_en.rs:57:20 [INFO] [stdout] | [INFO] [stdout] 57 | 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] 57 | 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/dport/wifi_rst_en.rs:62:21 [INFO] [stdout] | [INFO] [stdout] 62 | pub fn sdio_rst(&mut self) -> SDIO_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] 62 | pub fn sdio_rst(&mut self) -> SDIO_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/dport/wifi_rst_en.rs:67:26 [INFO] [stdout] | [INFO] [stdout] 67 | pub fn sdio_host_rst(&mut self) -> SDIO_HOST_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 sdio_host_rst(&mut self) -> SDIO_HOST_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/dport/wifi_rst_en.rs:72:21 [INFO] [stdout] | [INFO] [stdout] 72 | pub fn emac_rst(&mut self) -> EMAC_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] 72 | pub fn emac_rst(&mut self) -> EMAC_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/efuse/blk0_rdata2.rs:43:28 [INFO] [stdout] | [INFO] [stdout] 43 | pub fn rd_reserve_0_88(&mut self) -> RD_RESERVE_0_88_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 rd_reserve_0_88(&mut self) -> RD_RESERVE_0_88_W<'_, BLK0_RDATA2_SPEC> { [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/blk0_rdata3.rs:117:28 [INFO] [stdout] | [INFO] [stdout] 117 | pub fn rd_chip_package(&mut self) -> RD_CHIP_PACKAGE_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 rd_chip_package(&mut self) -> RD_CHIP_PACKAGE_W<'_, BLK0_RDATA3_SPEC> { [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/blk0_rdata3.rs:122:33 [INFO] [stdout] | [INFO] [stdout] 122 | pub fn rd_chip_cpu_freq_low(&mut self) -> RD_CHIP_CPU_FREQ_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] 122 | pub fn rd_chip_cpu_freq_low(&mut self) -> RD_CHIP_CPU_FREQ_LOW_W<'_, BLK0_RDATA3_SPEC> { [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/blk0_rdata3.rs:127:35 [INFO] [stdout] | [INFO] [stdout] 127 | pub fn rd_chip_cpu_freq_rated(&mut self) -> RD_CHIP_CPU_FREQ_RATED_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 rd_chip_cpu_freq_rated(&mut self) -> RD_CHIP_CPU_FREQ_RATED_W<'_, BLK0_RDATA3_SPEC> { [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/blk0_rdata3.rs:132:33 [INFO] [stdout] | [INFO] [stdout] 132 | pub fn rd_blk3_part_reserve(&mut self) -> RD_BLK3_PART_RESERVE_W { [INFO] [stdout] | ^^^^^^^^^ ---------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 rd_blk3_part_reserve(&mut self) -> RD_BLK3_PART_RESERVE_W<'_, BLK0_RDATA3_SPEC> { [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/blk0_rdata3.rs:137:29 [INFO] [stdout] | [INFO] [stdout] 137 | pub fn rd_chip_ver_rev1(&mut self) -> RD_CHIP_VER_REV1_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 rd_chip_ver_rev1(&mut self) -> RD_CHIP_VER_REV1_W<'_, BLK0_RDATA3_SPEC> { [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/blk0_rdata3.rs:142:29 [INFO] [stdout] | [INFO] [stdout] 142 | pub fn rd_reserve_0_112(&mut self) -> RD_RESERVE_0_112_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 rd_reserve_0_112(&mut self) -> RD_RESERVE_0_112_W<'_, BLK0_RDATA3_SPEC> { [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/blk0_rdata4.rs:79:24 [INFO] [stdout] | [INFO] [stdout] 79 | pub fn rd_adc_vref(&mut self) -> RD_ADC_VREF_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 rd_adc_vref(&mut self) -> RD_ADC_VREF_W<'_, BLK0_RDATA4_SPEC> { [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/blk0_rdata4.rs:84:29 [INFO] [stdout] | [INFO] [stdout] 84 | pub fn rd_reserve_0_141(&mut self) -> RD_RESERVE_0_141_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 rd_reserve_0_141(&mut self) -> RD_RESERVE_0_141_W<'_, BLK0_RDATA4_SPEC> { [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/blk0_rdata4.rs:89:29 [INFO] [stdout] | [INFO] [stdout] 89 | pub fn rd_reserve_0_145(&mut self) -> RD_RESERVE_0_145_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 rd_reserve_0_145(&mut self) -> RD_RESERVE_0_145_W<'_, BLK0_RDATA4_SPEC> { [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/blk0_rdata5.rs:101:29 [INFO] [stdout] | [INFO] [stdout] 101 | pub fn rd_reserve_0_181(&mut self) -> RD_RESERVE_0_181_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 rd_reserve_0_181(&mut self) -> RD_RESERVE_0_181_W<'_, BLK0_RDATA5_SPEC> { [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/blk0_rdata5.rs:106:29 [INFO] [stdout] | [INFO] [stdout] 106 | pub fn rd_reserve_0_186(&mut self) -> RD_RESERVE_0_186_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 rd_reserve_0_186(&mut self) -> RD_RESERVE_0_186_W<'_, BLK0_RDATA5_SPEC> { [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/blk0_rdata6.rs:107:29 [INFO] [stdout] | [INFO] [stdout] 107 | pub fn rd_reserve_0_203(&mut self) -> RD_RESERVE_0_203_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 rd_reserve_0_203(&mut self) -> RD_RESERVE_0_203_W<'_, BLK0_RDATA6_SPEC> { [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/blk0_wdata0.rs:47:19 [INFO] [stdout] | [INFO] [stdout] 47 | pub fn wr_dis(&mut self) -> WR_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] 47 | pub fn wr_dis(&mut self) -> WR_DIS_W<'_, BLK0_WDATA0_SPEC> { [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/blk0_wdata0.rs:52:19 [INFO] [stdout] | [INFO] [stdout] 52 | pub fn rd_dis(&mut self) -> RD_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 rd_dis(&mut self) -> RD_DIS_W<'_, BLK0_WDATA0_SPEC> { [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/blk0_wdata0.rs:57:28 [INFO] [stdout] | [INFO] [stdout] 57 | pub fn flash_crypt_cnt(&mut self) -> FLASH_CRYPT_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] 57 | pub fn flash_crypt_cnt(&mut self) -> FLASH_CRYPT_CNT_W<'_, BLK0_WDATA0_SPEC> { [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/blk0_wdata1.rs:27:29 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn wifi_mac_crc_low(&mut self) -> WIFI_MAC_CRC_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 wifi_mac_crc_low(&mut self) -> WIFI_MAC_CRC_LOW_W<'_, BLK0_WDATA1_SPEC> { [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/blk0_wdata2.rs:27:30 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn wifi_mac_crc_high(&mut self) -> WIFI_MAC_CRC_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 wifi_mac_crc_high(&mut self) -> WIFI_MAC_CRC_HIGH_W<'_, BLK0_WDATA2_SPEC> { [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/blk0_wdata3.rs:117:25 [INFO] [stdout] | [INFO] [stdout] 117 | pub fn chip_package(&mut self) -> CHIP_PACKAGE_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 chip_package(&mut self) -> CHIP_PACKAGE_W<'_, BLK0_WDATA3_SPEC> { [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/blk0_wdata3.rs:122:30 [INFO] [stdout] | [INFO] [stdout] 122 | pub fn chip_cpu_freq_low(&mut self) -> CHIP_CPU_FREQ_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] 122 | pub fn chip_cpu_freq_low(&mut self) -> CHIP_CPU_FREQ_LOW_W<'_, BLK0_WDATA3_SPEC> { [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/blk0_wdata3.rs:127:32 [INFO] [stdout] | [INFO] [stdout] 127 | pub fn chip_cpu_freq_rated(&mut self) -> CHIP_CPU_FREQ_RATED_W { [INFO] [stdout] | ^^^^^^^^^ --------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 chip_cpu_freq_rated(&mut self) -> CHIP_CPU_FREQ_RATED_W<'_, BLK0_WDATA3_SPEC> { [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/blk0_wdata3.rs:132:30 [INFO] [stdout] | [INFO] [stdout] 132 | pub fn blk3_part_reserve(&mut self) -> BLK3_PART_RESERVE_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 blk3_part_reserve(&mut self) -> BLK3_PART_RESERVE_W<'_, BLK0_WDATA3_SPEC> { [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/blk0_wdata3.rs:137:26 [INFO] [stdout] | [INFO] [stdout] 137 | pub fn chip_ver_rev1(&mut self) -> CHIP_VER_REV1_W { [INFO] [stdout] | ^^^^^^^^^ --------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 chip_ver_rev1(&mut self) -> CHIP_VER_REV1_W<'_, BLK0_WDATA3_SPEC> { [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/blk0_wdata3.rs:142:26 [INFO] [stdout] | [INFO] [stdout] 142 | pub fn reserve_0_112(&mut self) -> RESERVE_0_112_W { [INFO] [stdout] | ^^^^^^^^^ --------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 reserve_0_112(&mut self) -> RESERVE_0_112_W<'_, BLK0_WDATA3_SPEC> { [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/blk0_wdata4.rs:79:21 [INFO] [stdout] | [INFO] [stdout] 79 | pub fn adc_vref(&mut self) -> ADC_VREF_W { [INFO] [stdout] | ^^^^^^^^^ ---------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 adc_vref(&mut self) -> ADC_VREF_W<'_, BLK0_WDATA4_SPEC> { [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/blk0_wdata4.rs:84:26 [INFO] [stdout] | [INFO] [stdout] 84 | pub fn reserve_0_141(&mut self) -> RESERVE_0_141_W { [INFO] [stdout] | ^^^^^^^^^ --------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 reserve_0_141(&mut self) -> RESERVE_0_141_W<'_, BLK0_WDATA4_SPEC> { [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/blk0_wdata4.rs:89:26 [INFO] [stdout] | [INFO] [stdout] 89 | pub fn reserve_0_145(&mut self) -> RESERVE_0_145_W { [INFO] [stdout] | ^^^^^^^^^ --------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 reserve_0_145(&mut self) -> RESERVE_0_145_W<'_, BLK0_WDATA4_SPEC> { [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/blk0_wdata5.rs:101:26 [INFO] [stdout] | [INFO] [stdout] 101 | pub fn reserve_0_181(&mut self) -> RESERVE_0_181_W { [INFO] [stdout] | ^^^^^^^^^ --------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 reserve_0_181(&mut self) -> RESERVE_0_181_W<'_, BLK0_WDATA5_SPEC> { [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/blk0_wdata5.rs:106:26 [INFO] [stdout] | [INFO] [stdout] 106 | pub fn reserve_0_186(&mut self) -> RESERVE_0_186_W { [INFO] [stdout] | ^^^^^^^^^ --------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 reserve_0_186(&mut self) -> RESERVE_0_186_W<'_, BLK0_WDATA5_SPEC> { [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/blk0_wdata6.rs:117:26 [INFO] [stdout] | [INFO] [stdout] 117 | pub fn coding_scheme(&mut self) -> CODING_SCHEME_W { [INFO] [stdout] | ^^^^^^^^^ --------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 coding_scheme(&mut self) -> CODING_SCHEME_W<'_, BLK0_WDATA6_SPEC> { [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/blk0_wdata6.rs:122:34 [INFO] [stdout] | [INFO] [stdout] 122 | pub fn console_debug_disable(&mut self) -> CONSOLE_DEBUG_DISABLE_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 console_debug_disable(&mut self) -> CONSOLE_DEBUG_DISABLE_W<'_, BLK0_WDATA6_SPEC> { [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/blk0_wdata6.rs:127:30 [INFO] [stdout] | [INFO] [stdout] 127 | pub fn disable_sdio_host(&mut self) -> DISABLE_SDIO_HOST_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 disable_sdio_host(&mut self) -> DISABLE_SDIO_HOST_W<'_, BLK0_WDATA6_SPEC> { [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/blk0_wdata6.rs:132:23 [INFO] [stdout] | [INFO] [stdout] 132 | pub fn abs_done_0(&mut self) -> ABS_DONE_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] 132 | pub fn abs_done_0(&mut self) -> ABS_DONE_0_W<'_, BLK0_WDATA6_SPEC> { [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/blk0_wdata6.rs:137:23 [INFO] [stdout] | [INFO] [stdout] 137 | pub fn abs_done_1(&mut self) -> ABS_DONE_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] 137 | pub fn abs_done_1(&mut self) -> ABS_DONE_1_W<'_, BLK0_WDATA6_SPEC> { [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/blk0_wdata6.rs:142:25 [INFO] [stdout] | [INFO] [stdout] 142 | pub fn disable_jtag(&mut self) -> DISABLE_JTAG_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 disable_jtag(&mut self) -> DISABLE_JTAG_W<'_, BLK0_WDATA6_SPEC> { [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/blk0_wdata6.rs:147:31 [INFO] [stdout] | [INFO] [stdout] 147 | pub fn disable_dl_encrypt(&mut self) -> DISABLE_DL_ENCRYPT_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 disable_dl_encrypt(&mut self) -> DISABLE_DL_ENCRYPT_W<'_, BLK0_WDATA6_SPEC> { [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/blk0_wdata6.rs:152:31 [INFO] [stdout] | [INFO] [stdout] 152 | pub fn disable_dl_decrypt(&mut self) -> DISABLE_DL_DECRYPT_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 disable_dl_decrypt(&mut self) -> DISABLE_DL_DECRYPT_W<'_, BLK0_WDATA6_SPEC> { [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/blk0_wdata6.rs:157:29 [INFO] [stdout] | [INFO] [stdout] 157 | pub fn disable_dl_cache(&mut self) -> DISABLE_DL_CACHE_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 disable_dl_cache(&mut self) -> DISABLE_DL_CACHE_W<'_, BLK0_WDATA6_SPEC> { [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/blk0_wdata6.rs:162:23 [INFO] [stdout] | [INFO] [stdout] 162 | pub fn key_status(&mut self) -> KEY_STATUS_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 key_status(&mut self) -> KEY_STATUS_W<'_, BLK0_WDATA6_SPEC> { [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/blk3_rdata3.rs:57:27 [INFO] [stdout] | [INFO] [stdout] 57 | pub fn rd_adc1_tp_low(&mut self) -> RD_ADC1_TP_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 rd_adc1_tp_low(&mut self) -> RD_ADC1_TP_LOW_W<'_, BLK3_RDATA3_SPEC> { [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/blk3_rdata3.rs:62:28 [INFO] [stdout] | [INFO] [stdout] 62 | pub fn rd_adc1_tp_high(&mut self) -> RD_ADC1_TP_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] 62 | pub fn rd_adc1_tp_high(&mut self) -> RD_ADC1_TP_HIGH_W<'_, BLK3_RDATA3_SPEC> { [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/blk3_rdata3.rs:67:27 [INFO] [stdout] | [INFO] [stdout] 67 | pub fn rd_adc2_tp_low(&mut self) -> RD_ADC2_TP_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] 67 | pub fn rd_adc2_tp_low(&mut self) -> RD_ADC2_TP_LOW_W<'_, BLK3_RDATA3_SPEC> { [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/blk3_rdata3.rs:72:28 [INFO] [stdout] | [INFO] [stdout] 72 | pub fn rd_adc2_tp_high(&mut self) -> RD_ADC2_TP_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] 72 | pub fn rd_adc2_tp_high(&mut self) -> RD_ADC2_TP_HIGH_W<'_, BLK3_RDATA3_SPEC> { [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/blk1_wdata0.rs:27:22 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn blk1_din0(&mut self) -> BLK1_DIN0_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 blk1_din0(&mut self) -> BLK1_DIN0_W<'_, BLK1_WDATA0_SPEC> { [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/blk1_wdata1.rs:27:22 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn blk1_din1(&mut self) -> BLK1_DIN1_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 blk1_din1(&mut self) -> BLK1_DIN1_W<'_, BLK1_WDATA1_SPEC> { [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/blk1_wdata2.rs:27:22 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn blk1_din2(&mut self) -> BLK1_DIN2_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 blk1_din2(&mut self) -> BLK1_DIN2_W<'_, BLK1_WDATA2_SPEC> { [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/blk1_wdata3.rs:27:22 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn blk1_din3(&mut self) -> BLK1_DIN3_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 blk1_din3(&mut self) -> BLK1_DIN3_W<'_, BLK1_WDATA3_SPEC> { [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/blk1_wdata4.rs:27:22 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn blk1_din4(&mut self) -> BLK1_DIN4_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 blk1_din4(&mut self) -> BLK1_DIN4_W<'_, BLK1_WDATA4_SPEC> { [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/blk1_wdata5.rs:27:22 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn blk1_din5(&mut self) -> BLK1_DIN5_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 blk1_din5(&mut self) -> BLK1_DIN5_W<'_, BLK1_WDATA5_SPEC> { [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/blk1_wdata6.rs:27:22 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn blk1_din6(&mut self) -> BLK1_DIN6_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 blk1_din6(&mut self) -> BLK1_DIN6_W<'_, BLK1_WDATA6_SPEC> { [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/blk1_wdata7.rs:27:22 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn blk1_din7(&mut self) -> BLK1_DIN7_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 blk1_din7(&mut self) -> BLK1_DIN7_W<'_, BLK1_WDATA7_SPEC> { [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/blk2_wdata0.rs:27:22 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn blk2_din0(&mut self) -> BLK2_DIN0_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 blk2_din0(&mut self) -> BLK2_DIN0_W<'_, BLK2_WDATA0_SPEC> { [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/blk2_wdata1.rs:27:22 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn blk2_din1(&mut self) -> BLK2_DIN1_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 blk2_din1(&mut self) -> BLK2_DIN1_W<'_, BLK2_WDATA1_SPEC> { [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/blk2_wdata2.rs:27:22 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn blk2_din2(&mut self) -> BLK2_DIN2_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 blk2_din2(&mut self) -> BLK2_DIN2_W<'_, BLK2_WDATA2_SPEC> { [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/blk2_wdata3.rs:27:22 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn blk2_din3(&mut self) -> BLK2_DIN3_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 blk2_din3(&mut self) -> BLK2_DIN3_W<'_, BLK2_WDATA3_SPEC> { [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/blk2_wdata4.rs:27:22 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn blk2_din4(&mut self) -> BLK2_DIN4_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 blk2_din4(&mut self) -> BLK2_DIN4_W<'_, BLK2_WDATA4_SPEC> { [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/blk2_wdata5.rs:27:22 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn blk2_din5(&mut self) -> BLK2_DIN5_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 blk2_din5(&mut self) -> BLK2_DIN5_W<'_, BLK2_WDATA5_SPEC> { [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/blk2_wdata6.rs:27:22 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn blk2_din6(&mut self) -> BLK2_DIN6_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 blk2_din6(&mut self) -> BLK2_DIN6_W<'_, BLK2_WDATA6_SPEC> { [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/blk2_wdata7.rs:27:22 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn blk2_din7(&mut self) -> BLK2_DIN7_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 blk2_din7(&mut self) -> BLK2_DIN7_W<'_, BLK2_WDATA7_SPEC> { [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/blk3_wdata0.rs:27:22 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn blk3_din0(&mut self) -> BLK3_DIN0_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 blk3_din0(&mut self) -> BLK3_DIN0_W<'_, BLK3_WDATA0_SPEC> { [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/blk3_wdata1.rs:27:22 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn blk3_din1(&mut self) -> BLK3_DIN1_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 blk3_din1(&mut self) -> BLK3_DIN1_W<'_, BLK3_WDATA1_SPEC> { [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/blk3_wdata2.rs:27:22 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn blk3_din2(&mut self) -> BLK3_DIN2_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 blk3_din2(&mut self) -> BLK3_DIN2_W<'_, BLK3_WDATA2_SPEC> { [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/blk3_wdata3.rs:57:24 [INFO] [stdout] | [INFO] [stdout] 57 | pub fn adc1_tp_low(&mut self) -> ADC1_TP_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 adc1_tp_low(&mut self) -> ADC1_TP_LOW_W<'_, BLK3_WDATA3_SPEC> { [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/blk3_wdata3.rs:62:25 [INFO] [stdout] | [INFO] [stdout] 62 | pub fn adc1_tp_high(&mut self) -> ADC1_TP_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] 62 | pub fn adc1_tp_high(&mut self) -> ADC1_TP_HIGH_W<'_, BLK3_WDATA3_SPEC> { [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/blk3_wdata3.rs:67:24 [INFO] [stdout] | [INFO] [stdout] 67 | pub fn adc2_tp_low(&mut self) -> ADC2_TP_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] 67 | pub fn adc2_tp_low(&mut self) -> ADC2_TP_LOW_W<'_, BLK3_WDATA3_SPEC> { [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/blk3_wdata3.rs:72:25 [INFO] [stdout] | [INFO] [stdout] 72 | pub fn adc2_tp_high(&mut self) -> ADC2_TP_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] 72 | pub fn adc2_tp_high(&mut self) -> ADC2_TP_HIGH_W<'_, BLK3_WDATA3_SPEC> { [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/blk3_wdata5.rs:27:22 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn blk3_din5(&mut self) -> BLK3_DIN5_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 blk3_din5(&mut self) -> BLK3_DIN5_W<'_, BLK3_WDATA5_SPEC> { [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/blk3_wdata6.rs:27:22 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn blk3_din6(&mut self) -> BLK3_DIN6_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 blk3_din6(&mut self) -> BLK3_DIN6_W<'_, BLK3_WDATA6_SPEC> { [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/blk3_wdata7.rs:27:22 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn blk3_din7(&mut self) -> BLK3_DIN7_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 blk3_din7(&mut self) -> BLK3_DIN7_W<'_, BLK3_WDATA7_SPEC> { [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:47:17 [INFO] [stdout] | [INFO] [stdout] 47 | pub fn sel0(&mut self) -> SEL0_W { [INFO] [stdout] | ^^^^^^^^^ ---------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 sel0(&mut self) -> SEL0_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:52:17 [INFO] [stdout] | [INFO] [stdout] 52 | pub fn sel1(&mut self) -> SEL1_W { [INFO] [stdout] | ^^^^^^^^^ ---------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 sel1(&mut self) -> SEL1_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:57:15 [INFO] [stdout] | [INFO] [stdout] 57 | 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] 57 | 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:37:20 [INFO] [stdout] | [INFO] [stdout] 37 | 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] 37 | 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/conf.rs:42:31 [INFO] [stdout] | [INFO] [stdout] 42 | pub fn force_no_wr_rd_dis(&mut self) -> FORCE_NO_WR_RD_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] 42 | pub fn force_no_wr_rd_dis(&mut self) -> FORCE_NO_WR_RD_DIS_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:37:21 [INFO] [stdout] | [INFO] [stdout] 37 | 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] 37 | 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:42:20 [INFO] [stdout] | [INFO] [stdout] 42 | 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] 42 | 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/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:37:24 [INFO] [stdout] | [INFO] [stdout] 37 | 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] 37 | 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:42:28 [INFO] [stdout] | [INFO] [stdout] 42 | 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] 42 | 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/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/emac_dma/dmabusmode.rs:137:19 [INFO] [stdout] | [INFO] [stdout] 137 | pub fn sw_rst(&mut self) -> SW_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] 137 | pub fn sw_rst(&mut self) -> SW_RST_W<'_, DMABUSMODE_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/emac_dma/dmabusmode.rs:142:24 [INFO] [stdout] | [INFO] [stdout] 142 | pub fn dma_arb_sch(&mut self) -> DMA_ARB_SCH_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 dma_arb_sch(&mut self) -> DMA_ARB_SCH_W<'_, DMABUSMODE_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/emac_dma/dmabusmode.rs:147:26 [INFO] [stdout] | [INFO] [stdout] 147 | pub fn desc_skip_len(&mut self) -> DESC_SKIP_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] 147 | pub fn desc_skip_len(&mut self) -> DESC_SKIP_LEN_W<'_, DMABUSMODE_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/emac_dma/dmabusmode.rs:152:26 [INFO] [stdout] | [INFO] [stdout] 152 | pub fn alt_desc_size(&mut self) -> ALT_DESC_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] 152 | pub fn alt_desc_size(&mut self) -> ALT_DESC_SIZE_W<'_, DMABUSMODE_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/emac_dma/dmabusmode.rs:157:27 [INFO] [stdout] | [INFO] [stdout] 157 | pub fn prog_burst_len(&mut self) -> PROG_BURST_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] 157 | pub fn prog_burst_len(&mut self) -> PROG_BURST_LEN_W<'_, DMABUSMODE_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/emac_dma/dmabusmode.rs:162:22 [INFO] [stdout] | [INFO] [stdout] 162 | pub fn pri_ratio(&mut self) -> PRI_RATIO_W { [INFO] [stdout] | ^^^^^^^^^ ---------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 pri_ratio(&mut self) -> PRI_RATIO_W<'_, DMABUSMODE_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/emac_dma/dmabusmode.rs:167:24 [INFO] [stdout] | [INFO] [stdout] 167 | pub fn fixed_burst(&mut self) -> FIXED_BURST_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 fixed_burst(&mut self) -> FIXED_BURST_W<'_, DMABUSMODE_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/emac_dma/dmabusmode.rs:172:23 [INFO] [stdout] | [INFO] [stdout] 172 | pub fn rx_dma_pbl(&mut self) -> RX_DMA_PBL_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 rx_dma_pbl(&mut self) -> RX_DMA_PBL_W<'_, DMABUSMODE_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/emac_dma/dmabusmode.rs:177:24 [INFO] [stdout] | [INFO] [stdout] 177 | pub fn use_sep_pbl(&mut self) -> USE_SEP_PBL_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 use_sep_pbl(&mut self) -> USE_SEP_PBL_W<'_, DMABUSMODE_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/emac_dma/dmabusmode.rs:182:23 [INFO] [stdout] | [INFO] [stdout] 182 | pub fn pblx8_mode(&mut self) -> PBLX8_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] 182 | pub fn pblx8_mode(&mut self) -> PBLX8_MODE_W<'_, DMABUSMODE_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/emac_dma/dmabusmode.rs:187:26 [INFO] [stdout] | [INFO] [stdout] 187 | pub fn dmaaddralibea(&mut self) -> DMAADDRALIBEA_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 dmaaddralibea(&mut self) -> DMAADDRALIBEA_W<'_, DMABUSMODE_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/emac_dma/dmabusmode.rs:192:26 [INFO] [stdout] | [INFO] [stdout] 192 | pub fn dmamixedburst(&mut self) -> DMAMIXEDBURST_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 dmamixedburst(&mut self) -> DMAMIXEDBURST_W<'_, DMABUSMODE_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/emac_dma/dmastatus.rs:217:22 [INFO] [stdout] | [INFO] [stdout] 217 | pub fn trans_int(&mut self) -> TRANS_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] 217 | pub fn trans_int(&mut self) -> TRANS_INT_W<'_, DMASTATUS_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/emac_dma/dmastatus.rs:222:28 [INFO] [stdout] | [INFO] [stdout] 222 | pub fn trans_proc_stop(&mut self) -> TRANS_PROC_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] 222 | pub fn trans_proc_stop(&mut self) -> TRANS_PROC_STOP_W<'_, DMASTATUS_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/emac_dma/dmastatus.rs:227:30 [INFO] [stdout] | [INFO] [stdout] 227 | pub fn trans_buf_unavail(&mut self) -> TRANS_BUF_UNAVAIL_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 trans_buf_unavail(&mut self) -> TRANS_BUF_UNAVAIL_W<'_, DMASTATUS_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/emac_dma/dmastatus.rs:232:28 [INFO] [stdout] | [INFO] [stdout] 232 | pub fn trans_jabber_to(&mut self) -> TRANS_JABBER_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] 232 | pub fn trans_jabber_to(&mut self) -> TRANS_JABBER_TO_W<'_, DMASTATUS_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/emac_dma/dmastatus.rs:237:24 [INFO] [stdout] | [INFO] [stdout] 237 | pub fn recv_ovflow(&mut self) -> RECV_OVFLOW_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 recv_ovflow(&mut self) -> RECV_OVFLOW_W<'_, DMASTATUS_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/emac_dma/dmastatus.rs:242:26 [INFO] [stdout] | [INFO] [stdout] 242 | pub fn trans_undflow(&mut self) -> TRANS_UNDFLOW_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 trans_undflow(&mut self) -> TRANS_UNDFLOW_W<'_, DMASTATUS_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/emac_dma/dmastatus.rs:247:21 [INFO] [stdout] | [INFO] [stdout] 247 | pub fn recv_int(&mut self) -> RECV_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] 247 | pub fn recv_int(&mut self) -> RECV_INT_W<'_, DMASTATUS_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/emac_dma/dmastatus.rs:252:29 [INFO] [stdout] | [INFO] [stdout] 252 | pub fn recv_buf_unavail(&mut self) -> RECV_BUF_UNAVAIL_W { [INFO] [stdout] | ^^^^^^^^^ ---------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 recv_buf_unavail(&mut self) -> RECV_BUF_UNAVAIL_W<'_, DMASTATUS_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/emac_dma/dmastatus.rs:257:27 [INFO] [stdout] | [INFO] [stdout] 257 | pub fn recv_proc_stop(&mut self) -> RECV_PROC_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] 257 | pub fn recv_proc_stop(&mut self) -> RECV_PROC_STOP_W<'_, DMASTATUS_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/emac_dma/dmastatus.rs:262:24 [INFO] [stdout] | [INFO] [stdout] 262 | pub fn recv_wdt_to(&mut self) -> RECV_WDT_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] 262 | pub fn recv_wdt_to(&mut self) -> RECV_WDT_TO_W<'_, DMASTATUS_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/emac_dma/dmastatus.rs:267:28 [INFO] [stdout] | [INFO] [stdout] 267 | pub fn early_trans_int(&mut self) -> EARLY_TRANS_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] 267 | pub fn early_trans_int(&mut self) -> EARLY_TRANS_INT_W<'_, DMASTATUS_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/emac_dma/dmastatus.rs:272:30 [INFO] [stdout] | [INFO] [stdout] 272 | pub fn fatal_bus_err_int(&mut self) -> FATAL_BUS_ERR_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] 272 | pub fn fatal_bus_err_int(&mut self) -> FATAL_BUS_ERR_INT_W<'_, DMASTATUS_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/emac_dma/dmastatus.rs:277:27 [INFO] [stdout] | [INFO] [stdout] 277 | pub fn early_recv_int(&mut self) -> EARLY_RECV_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] 277 | pub fn early_recv_int(&mut self) -> EARLY_RECV_INT_W<'_, DMASTATUS_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/emac_dma/dmastatus.rs:282:25 [INFO] [stdout] | [INFO] [stdout] 282 | pub fn abn_int_summ(&mut self) -> ABN_INT_SUMM_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 282 | pub fn abn_int_summ(&mut self) -> ABN_INT_SUMM_W<'_, DMASTATUS_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/emac_dma/dmastatus.rs:287:26 [INFO] [stdout] | [INFO] [stdout] 287 | pub fn norm_int_summ(&mut self) -> NORM_INT_SUMM_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 287 | pub fn norm_int_summ(&mut self) -> NORM_INT_SUMM_W<'_, DMASTATUS_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/emac_dma/dmastatus.rs:292:28 [INFO] [stdout] | [INFO] [stdout] 292 | pub fn recv_proc_state(&mut self) -> RECV_PROC_STATE_W { [INFO] [stdout] | ^^^^^^^^^ --------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 292 | pub fn recv_proc_state(&mut self) -> RECV_PROC_STATE_W<'_, DMASTATUS_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/emac_dma/dmastatus.rs:297:29 [INFO] [stdout] | [INFO] [stdout] 297 | pub fn trans_proc_state(&mut self) -> TRANS_PROC_STATE_W { [INFO] [stdout] | ^^^^^^^^^ ---------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 297 | pub fn trans_proc_state(&mut self) -> TRANS_PROC_STATE_W<'_, DMASTATUS_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/emac_dma/dmastatus.rs:302:23 [INFO] [stdout] | [INFO] [stdout] 302 | pub fn error_bits(&mut self) -> ERROR_BITS_W { [INFO] [stdout] | ^^^^^^^^^ ---------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 302 | pub fn error_bits(&mut self) -> ERROR_BITS_W<'_, DMASTATUS_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/emac_dma/dmastatus.rs:307:20 [INFO] [stdout] | [INFO] [stdout] 307 | pub fn pmt_int(&mut self) -> PMT_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] 307 | pub fn pmt_int(&mut self) -> PMT_INT_W<'_, DMASTATUS_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/emac_dma/dmastatus.rs:312:23 [INFO] [stdout] | [INFO] [stdout] 312 | pub fn ts_tri_int(&mut self) -> TS_TRI_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] 312 | pub fn ts_tri_int(&mut self) -> TS_TRI_INT_W<'_, DMASTATUS_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/emac_dma/dmaoperation_mode.rs:150:26 [INFO] [stdout] | [INFO] [stdout] 150 | pub fn start_stop_rx(&mut self) -> START_STOP_RX_W { [INFO] [stdout] | ^^^^^^^^^ --------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 150 | pub fn start_stop_rx(&mut self) -> START_STOP_RX_W<'_, DMAOPERATION_MODE_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/emac_dma/dmaoperation_mode.rs:155:29 [INFO] [stdout] | [INFO] [stdout] 155 | pub fn opt_second_frame(&mut self) -> OPT_SECOND_FRAME_W { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 155 | pub fn opt_second_frame(&mut self) -> OPT_SECOND_FRAME_W<'_, DMAOPERATION_MODE_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/emac_dma/dmaoperation_mode.rs:160:27 [INFO] [stdout] | [INFO] [stdout] 160 | pub fn rx_thresh_ctrl(&mut self) -> RX_THRESH_CTRL_W { [INFO] [stdout] | ^^^^^^^^^ ---------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 160 | pub fn rx_thresh_ctrl(&mut self) -> RX_THRESH_CTRL_W<'_, DMAOPERATION_MODE_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/emac_dma/dmaoperation_mode.rs:165:22 [INFO] [stdout] | [INFO] [stdout] 165 | pub fn drop_gfrm(&mut self) -> DROP_GFRM_W { [INFO] [stdout] | ^^^^^^^^^ ----------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 165 | pub fn drop_gfrm(&mut self) -> DROP_GFRM_W<'_, DMAOPERATION_MODE_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/emac_dma/dmaoperation_mode.rs:170:25 [INFO] [stdout] | [INFO] [stdout] 170 | pub fn fwd_under_gf(&mut self) -> FWD_UNDER_GF_W { [INFO] [stdout] | ^^^^^^^^^ -------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 170 | pub fn fwd_under_gf(&mut self) -> FWD_UNDER_GF_W<'_, DMAOPERATION_MODE_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/emac_dma/dmaoperation_mode.rs:175:26 [INFO] [stdout] | [INFO] [stdout] 175 | pub fn fwd_err_frame(&mut self) -> FWD_ERR_FRAME_W { [INFO] [stdout] | ^^^^^^^^^ --------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 175 | pub fn fwd_err_frame(&mut self) -> FWD_ERR_FRAME_W<'_, DMAOPERATION_MODE_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/emac_dma/dmaoperation_mode.rs:181:9 [INFO] [stdout] | [INFO] [stdout] 181 | &mut self, [INFO] [stdout] | ^^^^^^^^^ this lifetime flows to the output [INFO] [stdout] 182 | ) -> START_STOP_TRANSMISSION_COMMAND_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] 182 | ) -> START_STOP_TRANSMISSION_COMMAND_W<'_, DMAOPERATION_MODE_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/emac_dma/dmaoperation_mode.rs:187:27 [INFO] [stdout] | [INFO] [stdout] 187 | pub fn tx_thresh_ctrl(&mut self) -> TX_THRESH_CTRL_W { [INFO] [stdout] | ^^^^^^^^^ ---------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [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 tx_thresh_ctrl(&mut self) -> TX_THRESH_CTRL_W<'_, DMAOPERATION_MODE_SPEC> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/emac_dma/dmaoperation_mode.rs:192:26 [INFO] [stdout] | [INFO] [stdout] 192 | pub fn flush_tx_fifo(&mut self) -> FLUSH_TX_FIFO_W { [INFO] [stdout] | ^^^^^^^^^ --------------------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [WARN] too many lines in the log, truncating it